#76450C

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

Shades of Raw Umber #76450C

Tints of Raw Umber #76450C

Color information

#76450C (or 0x76450C) is unknown color: approx Raw Umber. HEX triplet: 76, 45 and 0C. RGB value is (118,69,12). Sum of RGB (Red+Green+Blue) = 118+69+12=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76450C is #89BAF3. Grayscale: #4D4D4D. Windows color (decimal): -9026292 or 804214. OLE color: 804214.

HSL color Cylindrical-coordinate representation of color #76450C: hue angle of 32.26º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76450C is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1186912-
CMYK00.420.900.54
HSL32.26º81.54%25.49%-
HSV(B)32.26º89.83%46.27%-
XYZ9.678.131.41-
YUV77.1591.23157.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=59.30%
G=34.67%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118691200.420.900.5432.2681.5425.49
Hex7645C02A5A36205219
Octal16610514052132664012231
Binary11101101000101110001010101011010110110100000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,69,12); }

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

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

 a { background-color: rgb(118,69,12); }

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

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

 span { border-color: rgb(118,69,12); }

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