#764816

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

Shades of Raw Umber #764816

Tints of Raw Umber #764816

Color information

#764816 (or 0x764816) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 16. RGB value is (118,72,22). Sum of RGB (Red+Green+Blue) = 118+72+22=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #764816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764816 is #89B7E9. Grayscale: #505050. Windows color (decimal): -9025514 or 1460342. OLE color: 1460342.

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

Color convert

RGB1187222-
CMYK00.390.810.54
HSL31.25º68.57%27.45%-
HSV(B)31.25º81.36%46.27%-
XYZ9.938.541.88-
YUV80.0595.24155.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=55.66%
G=33.96%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118722200.390.810.5431.2568.5727.45
Hex76481602751361f451b
Octal16611026047121663710533
Binary11101101001000101100100111101000111011011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764816; }

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

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

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

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

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

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

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

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