#865702

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

Shades of Raw Umber #865702

Tints of Raw Umber #865702

Color information

#865702 (or 0x865702) is unknown color: approx Raw Umber. HEX triplet: 86, 57 and 02. RGB value is (134,87,2). Sum of RGB (Red+Green+Blue) = 134+87+2=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #865702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865702 is #79A8FD. Grayscale: #5B5B5B. Windows color (decimal): -7973118 or 153478. OLE color: 153478.

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

Color convert

RGB134872-
CMYK00.350.990.47
HSL38.64º97.06%26.67%-
HSV(B)38.64º98.51%52.55%-
XYZ13.2511.891.65-
YUV91.3677.57158.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=60.09%
G=39.01%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13487200.350.990.4738.6497.0626.67
Hex86572023632F27611b
Octal2061272043143574714133
Binary1000011010101111001000111100011101111100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865702; }

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

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

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

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

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

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

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

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