#78400D

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

Shades of Raw Umber #78400D

Tints of Raw Umber #78400D

Color information

#78400D (or 0x78400D) is unknown color: approx Raw Umber. HEX triplet: 78, 40 and 0D. RGB value is (120,64,13). Sum of RGB (Red+Green+Blue) = 120+64+13=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78400D is #87BFF2. Grayscale: #4B4B4B. Windows color (decimal): -8896499 or 868472. OLE color: 868472.

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

Color convert

RGB1206413-
CMYK00.470.890.53
HSL28.6º80.45%26.08%-
HSV(B)28.6º89.17%47.06%-
XYZ9.657.691.36-
YUV74.9393.05160.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.91%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=60.91%
G=32.49%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120641300.470.890.5328.680.4526.08
Hex7840D02F59351d501a
Octal17010015057131653512032
Binary1111000100000011010101111101100111010111101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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