#78532F

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

Shades of Shingle Fawn #78532F

Tints of Shingle Fawn #78532F

Color information

#78532F (or 0x78532F) is unknown color: approx Shingle Fawn. HEX triplet: 78, 53 and 2F. RGB value is (120,83,47). Sum of RGB (Red+Green+Blue) = 120+83+47=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78532F is #87ACD0. Grayscale: #5A5A5A. Windows color (decimal): -8891601 or 3101560. OLE color: 3101560.

HSL color Cylindrical-coordinate representation of color #78532F: hue angle of 29.59º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78532F is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1208347-
CMYK00.310.610.53
HSL29.59º43.71%32.75%-
HSV(B)29.59º60.83%47.06%-
XYZ11.3510.384.1-
YUV89.96103.76149.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=48%
G=33.2%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120834700.310.610.5329.5943.7132.75
Hex78532F01F3D351e2c21
Octal170123570377565365441
Binary1111000101001110111101111111110111010111110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78532F; }

 p { color: rgb(120,83,47); }

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

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

 a { background-color: rgb(120,83,47); }

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

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

 span { border-color: rgb(120,83,47); }

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