#764815

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

Shades of Raw Umber #764815

Tints of Raw Umber #764815

Color information

#764815 (or 0x764815) is unknown color: approx Raw Umber. HEX triplet: 76, 48 and 15. RGB value is (118,72,21). Sum of RGB (Red+Green+Blue) = 118+72+21=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #764815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764815 is #89B7EA. Grayscale: #505050. Windows color (decimal): -9025515 or 1394806. OLE color: 1394806.

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

Color convert

RGB1187221-
CMYK00.390.820.54
HSL31.55º69.78%27.25%-
HSV(B)31.55º82.2%46.27%-
XYZ9.928.541.83-
YUV79.9494.74155.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=55.92%
G=34.12%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118722100.390.820.5431.5569.7827.25
Hex764815027523620461b
Octal16611025047122664010633
Binary111011010010001010101001111010010110110100000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764815; }

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

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

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

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

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

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

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

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