#764A15

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

Shades of Raw Umber #764A15

Tints of Raw Umber #764A15

Color information

#764A15 (or 0x764A15) is unknown color: approx Raw Umber. HEX triplet: 76, 4A and 15. RGB value is (118,74,21). Sum of RGB (Red+Green+Blue) = 118+74+21=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #764A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A15 is #89B5EA. Grayscale: #515151. Windows color (decimal): -9025003 or 1395318. OLE color: 1395318.

HSL color Cylindrical-coordinate representation of color #764A15: hue angle of 32.78º 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 #764A15 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1187421-
CMYK00.370.820.54
HSL32.78º69.78%27.25%-
HSV(B)32.78º82.2%46.27%-
XYZ10.068.81.88-
YUV81.1194.08154.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=55.40%
G=34.74%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118742100.370.820.5432.7869.7827.25
Hex764A15025523621461b
Octal16611225045122664110633
Binary111011010010101010101001011010010110110100001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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