#78430C

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

Shades of Raw Umber #78430C

Tints of Raw Umber #78430C

Color information

#78430C (or 0x78430C) is unknown color: approx Raw Umber. HEX triplet: 78, 43 and 0C. RGB value is (120,67,12). Sum of RGB (Red+Green+Blue) = 120+67+12=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78430C is #87BCF3. Grayscale: #4C4C4C. Windows color (decimal): -8895732 or 803704. OLE color: 803704.

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

Color convert

RGB1206712-
CMYK00.440.900.53
HSL30.56º81.82%25.88%-
HSV(B)30.56º90%47.06%-
XYZ9.828.031.38-
YUV76.5891.56158.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=60.30%
G=33.67%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120671200.440.900.5330.5681.8225.88
Hex7843C02C5A351f521a
Octal17010314054132653712232
Binary1111000100001111000101100101101011010111111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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