#78520C

Color #78520C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #78520C

Tints of Raw Umber #78520C

Color information

#78520C (or 0x78520C) is unknown color: approx Raw Umber. HEX triplet: 78, 52 and 0C. RGB value is (120,82,12). Sum of RGB (Red+Green+Blue) = 120+82+12=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78520C is #87ADF3. Grayscale: #555555. Windows color (decimal): -8891892 or 807544. OLE color: 807544.

HSL color Cylindrical-coordinate representation of color #78520C: hue angle of 38.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78520C is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1208212-
CMYK00.320.900.53
HSL38.89º81.82%25.88%-
HSV(B)38.89º90%47.06%-
XYZ10.8310.051.72-
YUV85.3886.59152.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=56.07%
G=38.32%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120821200.320.900.5338.8981.8225.88
Hex7852C0205A3527521a
Octal17012214040132654712232
Binary11110001010010110001000001011010110101100111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78520C; }

 p { color: rgb(120,82,12); }

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

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

 a { background-color: rgb(120,82,12); }

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

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

 span { border-color: rgb(120,82,12); }

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