#865305

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

Shades of Raw Umber #865305

Tints of Raw Umber #865305

Color information

#865305 (or 0x865305) is unknown color: approx Raw Umber. HEX triplet: 86, 53 and 05. RGB value is (134,83,5). Sum of RGB (Red+Green+Blue) = 134+83+5=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #865305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865305 is #79ACFA. Grayscale: #595959. Windows color (decimal): -7974139 or 349062. OLE color: 349062.

HSL color Cylindrical-coordinate representation of color #865305: hue angle of 36.28º 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 #865305 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134835-
CMYK00.380.960.47
HSL36.28º92.81%27.25%-
HSV(B)36.28º96.27%52.55%-
XYZ12.9511.271.64-
YUV89.3680.4159.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 5 (2.34% from 255) = 2.25%
R=60.36%
G=37.39%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13483500.380.960.4736.2892.8127.25
Hex86535026602F245d1b
Octal2061235046140574413533
Binary10000110101001110101001101100000101111100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865305; }

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

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

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

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

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

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

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

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