#862700

Color #862700 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #862700

Tints of Saddle Brown #862700

Color information

#862700 (or 0x862700) is unknown color: approx Saddle Brown. HEX triplet: 86, 27 and 00. RGB value is (134,39,0). Sum of RGB (Red+Green+Blue) = 134+39+0=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #862700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862700 is #79D8FF. Grayscale: #3F3F3F. Windows color (decimal): -7985408 or 10118. OLE color: 10118.

HSL color Cylindrical-coordinate representation of color #862700: hue angle of 17.46º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #862700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB134390-
CMYK00.7110.47
HSL17.46º100%26.27%-
HSV(B)17.46º100%52.55%-
XYZ10.566.520.7-
YUV62.9692.47178.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.46%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.46%
G=22.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13439000.7110.4717.4610026.27
Hex86270047642F11641a
Octal2064700107144572114432
Binary10000110100111001000111110010010111110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862700; }

 p { color: rgb(134,39,0); }

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

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

 a { background-color: rgb(134,39,0); }

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

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

 span { border-color: rgb(134,39,0); }

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