#865205

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

Shades of Raw Umber #865205

Tints of Raw Umber #865205

Color information

#865205 (or 0x865205) is unknown color: approx Raw Umber. HEX triplet: 86, 52 and 05. RGB value is (134,82,5). Sum of RGB (Red+Green+Blue) = 134+82+5=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #865205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865205 is #79ADFA. Grayscale: #595959. Windows color (decimal): -7974395 or 348806. OLE color: 348806.

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

Color convert

RGB134825-
CMYK00.390.960.47
HSL35.81º92.81%27.25%-
HSV(B)35.81º96.27%52.55%-
XYZ12.8811.111.61-
YUV88.7780.73160.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=60.63%
G=37.10%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13482500.390.960.4735.8192.8127.25
Hex86525027602F245d1b
Octal2061225047140574413533
Binary10000110101001010101001111100000101111100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865205; }

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

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

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

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

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

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

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

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