#765218

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

Shades of Raw Umber #765218

Tints of Raw Umber #765218

Color information

#765218 (or 0x765218) is unknown color: approx Raw Umber. HEX triplet: 76, 52 and 18. RGB value is (118,82,24). Sum of RGB (Red+Green+Blue) = 118+82+24=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #765218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765218 is #89ADE7. Grayscale: #565656. Windows color (decimal): -9022952 or 1593974. OLE color: 1593974.

HSL color Cylindrical-coordinate representation of color #765218: hue angle of 37.02º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #765218 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1188224-
CMYK00.310.800.54
HSL37.02º66.2%27.84%-
HSV(B)37.02º79.66%46.27%-
XYZ10.659.952.22-
YUV86.1592.93150.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 24 (9.77% from 255) = 10.71%
R=52.68%
G=36.61%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118822400.310.800.5437.0266.227.84
Hex76521801F503625421c
Octal16612230037120664510234
Binary11101101010010110000111111010000110110100101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765218; }

 p { color: rgb(118,82,24); }

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

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

 a { background-color: rgb(118,82,24); }

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

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

 span { border-color: rgb(118,82,24); }

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