#764812

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

Shades of Raw Umber #764812

Tints of Raw Umber #764812

Color information

#764812 (or 0x764812) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 12. RGB value is (118,72,18). Sum of RGB (Red+Green+Blue) = 118+72+18=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764812 is #89B7ED. Grayscale: #4F4F4F. Windows color (decimal): -9025518 or 1198198. OLE color: 1198198.

HSL color Cylindrical-coordinate representation of color #764812: hue angle of 32.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #764812 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1187218-
CMYK00.390.850.54
HSL32.4º73.53%26.67%-
HSV(B)32.4º84.75%46.27%-
XYZ9.98.531.7-
YUV79.693.24155.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=56.73%
G=34.62%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118721800.390.850.5432.473.5326.67
Hex7648120275536204a1b
Octal16611022047125664011233
Binary111011010010001001001001111010101110110100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764812; }

 p { color: rgb(118,72,18); }

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

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

 a { background-color: rgb(118,72,18); }

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

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

 span { border-color: rgb(118,72,18); }

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