#764F13

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

Shades of Raw Umber #764F13

Tints of Raw Umber #764F13

Color information

#764F13 (or 0x764F13) is unknown color: approx Raw Umber. HEX triplet: 76, 4F and 13. RGB value is (118,79,19). Sum of RGB (Red+Green+Blue) = 118+79+19=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #764F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F13 is #89B0EC. Grayscale: #545454. Windows color (decimal): -9023725 or 1265526. OLE color: 1265526.

HSL color Cylindrical-coordinate representation of color #764F13: hue angle of 36.36º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #764F13 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1187919-
CMYK00.330.840.54
HSL36.36º72.26%26.86%-
HSV(B)36.36º83.9%46.27%-
XYZ10.389.491.9-
YUV83.8291.42152.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 19 (7.81% from 255) = 8.80%
R=54.63%
G=36.57%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118791900.330.840.5436.3672.2626.86
Hex764F13021543624481b
Octal16611723041124664411033
Binary111011010011111001101000011010100110110100100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,19); }

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

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

 a { background-color: rgb(118,79,19); }

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

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

 span { border-color: rgb(118,79,19); }

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