#764415

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

Shades of Raw Umber #764415

Tints of Raw Umber #764415

Color information

#764415 (or 0x764415) is unknown color: approx Raw Umber. HEX triplet: 76, 44 and 15. RGB value is (118,68,21). Sum of RGB (Red+Green+Blue) = 118+68+21=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764415 is #89BBEA. Grayscale: #4D4D4D. Windows color (decimal): -9026539 or 1393782. OLE color: 1393782.

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

Color convert

RGB1186821-
CMYK00.420.820.54
HSL29.07º69.78%27.25%-
HSV(B)29.07º82.2%46.27%-
XYZ9.678.041.75-
YUV77.5996.06156.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=57.00%
G=32.85%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118682100.420.820.5429.0769.7827.25
Hex76441502A52361d461b
Octal16610425052122663510633
Binary11101101000100101010101010101001011011011101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764415; }

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

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

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

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

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

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

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

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