#76470A

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

Shades of Raw Umber #76470A

Tints of Raw Umber #76470A

Color information

#76470A (or 0x76470A) is unknown color: approx Raw Umber. HEX triplet: 76, 47 and 0A. RGB value is (118,71,10). Sum of RGB (Red+Green+Blue) = 118+71+10=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76470A is #89B8F5. Grayscale: #4E4E4E. Windows color (decimal): -9025782 or 673654. OLE color: 673654.

HSL color Cylindrical-coordinate representation of color #76470A: hue angle of 33.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76470A is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1187110-
CMYK00.400.920.54
HSL33.89º84.38%25.1%-
HSV(B)33.89º91.53%46.27%-
XYZ9.788.381.39-
YUV78.189.57156.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=59.30%
G=35.68%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118711000.400.920.5433.8984.3825.1
Hex7647A0285C36225419
Octal16610712050134664212431
Binary11101101000111101001010001011100110110100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76470A; }

 p { color: rgb(118,71,10); }

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

<style>
 a { background-color: #76470A; }

 a { background-color: rgb(118,71,10); }

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

<style>
 span { border-color: #76470A; }

 span { border-color: rgb(118,71,10); }

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