#865802

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

Shades of Raw Umber #865802

Tints of Raw Umber #865802

Color information

#865802 (or 0x865802) is unknown color: approx Raw Umber. HEX triplet: 86, 58 and 02. RGB value is (134,88,2). Sum of RGB (Red+Green+Blue) = 134+88+2=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #865802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865802 is #79A7FD. Grayscale: #5C5C5C. Windows color (decimal): -7972862 or 153734. OLE color: 153734.

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

Color convert

RGB134882-
CMYK00.340.990.47
HSL39.09º97.06%26.67%-
HSV(B)39.09º98.51%52.55%-
XYZ13.3312.051.68-
YUV91.9577.24157.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.82%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=59.82%
G=39.29%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13488200.340.990.4739.0997.0626.67
Hex86582022632F27611b
Octal2061302042143574714133
Binary1000011010110001001000101100011101111100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865802; }

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

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

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

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

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

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

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

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