#765330

Color #765330 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #765330

Tints of Shingle Fawn #765330

Color information

#765330 (or 0x765330) is unknown color: approx Shingle Fawn. HEX triplet: 76, 53 and 30. RGB value is (118,83,48). Sum of RGB (Red+Green+Blue) = 118+83+48=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #765330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765330 is #89ACCF. Grayscale: #595959. Windows color (decimal): -9022672 or 3167094. OLE color: 3167094.

HSL color Cylindrical-coordinate representation of color #765330: hue angle of 30º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765330 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1188348-
CMYK00.300.590.54
HSL30º42.17%32.55%-
HSV(B)30º59.32%46.27%-
XYZ11.110.254.19-
YUV89.47104.6148.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=47.39%
G=33.33%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118834800.300.590.543042.1732.55
Hex76533001E3B361e2a21
Octal166123600367366365241
Binary1110110101001111000001111011101111011011110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765330; }

 p { color: rgb(118,83,48); }

 H1.HeaderClassName
 {
   color: #765330;
 }
 .AnyTagClassName
 {
   color: #765330;
 }
</style>
background-color css

<style>
 a { background-color: #765330; }

 a { background-color: rgb(118,83,48); }

 div.DivClassName
 {
   background-color: #765330;
 }
 .BgClassName
 {
   background-color: #765330;
 }
</style>
border-color css

<style>
 span { border-color: #765330; }

 span { border-color: rgb(118,83,48); }

 td.TdClassName
 {
   border-color: #765330;
 }
 .TagClassName
 {
   border-color: #765330;
 }
</style>