#865204

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

Shades of Raw Umber #865204

Tints of Raw Umber #865204

Color information

#865204 (or 0x865204) is unknown color: approx Raw Umber. HEX triplet: 86, 52 and 04. RGB value is (134,82,4). Sum of RGB (Red+Green+Blue) = 134+82+4=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #865204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865204 is #79ADFB. Grayscale: #595959. Windows color (decimal): -7974396 or 283270. OLE color: 283270.

HSL color Cylindrical-coordinate representation of color #865204: hue angle of 36º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #865204 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB134824-
CMYK00.390.970.47
HSL36º94.2%27.06%-
HSV(B)36º97.01%52.55%-
XYZ12.8711.111.58-
YUV88.6680.23160.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 4 (1.95% from 255) = 1.82%
R=60.91%
G=37.27%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13482400.390.970.473694.227.06
Hex86524027612F245e1b
Octal2061224047141574413633
Binary10000110101001010001001111100001101111100100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865204; }

 p { color: rgb(134,82,4); }

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

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

 a { background-color: rgb(134,82,4); }

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

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

 span { border-color: rgb(134,82,4); }

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