#78480C

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

Shades of Raw Umber #78480C

Tints of Raw Umber #78480C

Color information

#78480C (or 0x78480C) is unknown color: approx Raw Umber. HEX triplet: 78, 48 and 0C. RGB value is (120,72,12). Sum of RGB (Red+Green+Blue) = 120+72+12=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78480C is #87B7F3. Grayscale: #4F4F4F. Windows color (decimal): -8894452 or 804984. OLE color: 804984.

HSL color Cylindrical-coordinate representation of color #78480C: hue angle of 33.33º 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 #78480C is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1207212-
CMYK00.400.900.53
HSL33.33º81.82%25.88%-
HSV(B)33.33º90%47.06%-
XYZ10.138.651.48-
YUV79.5189.9156.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=58.82%
G=35.29%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120721200.400.900.5333.3381.8225.88
Hex7848C0285A3521521a
Octal17011014050132654112232
Binary11110001001000110001010001011010110101100001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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