#78480F

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

Shades of Raw Umber #78480F

Tints of Raw Umber #78480F

Color information

#78480F (or 0x78480F) is unknown color: approx Raw Umber. HEX triplet: 78, 48 and 0F. RGB value is (120,72,15). Sum of RGB (Red+Green+Blue) = 120+72+15=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #78480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78480F is #87B7F0. Grayscale: #505050. Windows color (decimal): -8894449 or 1001592. OLE color: 1001592.

HSL color Cylindrical-coordinate representation of color #78480F: hue angle of 32.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78480F is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1207215-
CMYK00.400.870.53
HSL32.57º77.78%26.47%-
HSV(B)32.57º87.5%47.06%-
XYZ10.158.661.59-
YUV79.8591.4156.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=57.97%
G=34.78%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120721500.400.870.5332.5777.7826.47
Hex7848F0285735214e1a
Octal17011017050127654111632
Binary11110001001000111101010001010111110101100001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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