#764A0B

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

Shades of Raw Umber #764A0B

Tints of Raw Umber #764A0B

Color information

#764A0B (or 0x764A0B) is unknown color: approx Raw Umber. HEX triplet: 76, 4A and 0B. RGB value is (118,74,11). Sum of RGB (Red+Green+Blue) = 118+74+11=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A0B is #89B5F4. Grayscale: #505050. Windows color (decimal): -9025013 or 739958. OLE color: 739958.

HSL color Cylindrical-coordinate representation of color #764A0B: hue angle of 35.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #764A0B is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1187411-
CMYK00.370.910.54
HSL35.33º82.95%25.29%-
HSV(B)35.33º90.68%46.27%-
XYZ9.988.771.48-
YUV79.9789.08155.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=58.13%
G=36.45%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118741100.370.910.5435.3382.9525.29
Hex764AB0255B36235319
Octal16611213045133664312331
Binary11101101001010101101001011011011110110100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A0B; }

 p { color: rgb(118,74,11); }

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

<style>
 a { background-color: #764A0B; }

 a { background-color: rgb(118,74,11); }

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

<style>
 span { border-color: #764A0B; }

 span { border-color: rgb(118,74,11); }

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