#865804

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

Shades of Raw Umber #865804

Tints of Raw Umber #865804

Color information

#865804 (or 0x865804) is unknown color: approx Raw Umber. HEX triplet: 86, 58 and 04. RGB value is (134,88,4). Sum of RGB (Red+Green+Blue) = 134+88+4=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #865804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865804 is #79A7FB. Grayscale: #5C5C5C. Windows color (decimal): -7972860 or 284806. OLE color: 284806.

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

Color convert

RGB134884-
CMYK00.340.970.47
HSL38.77º94.2%27.06%-
HSV(B)38.77º97.01%52.55%-
XYZ13.3412.061.74-
YUV92.1878.24157.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=59.29%
G=38.94%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13488400.340.970.4738.7794.227.06
Hex86584022612F275e1b
Octal2061304042141574713633
Binary10000110101100010001000101100001101111100111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865804; }

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

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

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

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

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

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

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

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