#78400B

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

Shades of Raw Umber #78400B

Tints of Raw Umber #78400B

Color information

#78400B (or 0x78400B) is unknown color: approx Raw Umber. HEX triplet: 78, 40 and 0B. RGB value is (120,64,11). Sum of RGB (Red+Green+Blue) = 120+64+11=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #78400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78400B is #87BFF4. Grayscale: #4A4A4A. Windows color (decimal): -8896501 or 737400. OLE color: 737400.

HSL color Cylindrical-coordinate representation of color #78400B: hue angle of 29.17º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78400B is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1206411-
CMYK00.470.910.53
HSL29.17º83.21%25.69%-
HSV(B)29.17º90.83%47.06%-
XYZ9.647.681.29-
YUV74.792.05160.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=61.54%
G=32.82%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120641100.470.910.5329.1783.2125.69
Hex7840B02F5B351d531a
Octal17010013057133653512332
Binary1111000100000010110101111101101111010111101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78400B; }

 p { color: rgb(120,64,11); }

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

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

 a { background-color: rgb(120,64,11); }

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

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

 span { border-color: rgb(120,64,11); }

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