#764514

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

Shades of Raw Umber #764514

Tints of Raw Umber #764514

Color information

#764514 (or 0x764514) is unknown color: approx Raw Umber. HEX triplet: 76, 45 and 14. RGB value is (118,69,20). Sum of RGB (Red+Green+Blue) = 118+69+20=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764514 is #89BAEB. Grayscale: #4E4E4E. Windows color (decimal): -9026284 or 1328502. OLE color: 1328502.

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

Color convert

RGB1186920-
CMYK00.420.830.54
HSL30º71.01%27.06%-
HSV(B)30º83.05%46.27%-
XYZ9.738.161.72-
YUV78.0695.23156.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=57.00%
G=33.33%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118692000.420.830.543071.0127.06
Hex76451402A53361e471b
Octal16610524052123663610733
Binary11101101000101101000101010101001111011011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764514; }

 p { color: rgb(118,69,20); }

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

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

 a { background-color: rgb(118,69,20); }

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

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

 span { border-color: rgb(118,69,20); }

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