#765210

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

Shades of Raw Umber #765210

Tints of Raw Umber #765210

Color information

#765210 (or 0x765210) is unknown color: approx Raw Umber. HEX triplet: 76, 52 and 10. RGB value is (118,82,16). Sum of RGB (Red+Green+Blue) = 118+82+16=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #765210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765210 is #89ADEF. Grayscale: #555555. Windows color (decimal): -9022960 or 1069686. OLE color: 1069686.

HSL color Cylindrical-coordinate representation of color #765210: hue angle of 38.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #765210 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1188216-
CMYK00.310.860.54
HSL38.82º76.12%26.27%-
HSV(B)38.82º86.44%46.27%-
XYZ10.589.921.85-
YUV85.2488.93151.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 16 (6.64% from 255) = 7.41%
R=54.63%
G=37.96%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118821600.310.860.5438.8276.1226.27
Hex76521001F5636274c1a
Octal16612220037126664711432
Binary11101101010010100000111111010110110110100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765210; }

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

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

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

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

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

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

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

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