#863102

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

Shades of Saddle Brown #863102

Tints of Saddle Brown #863102

Color information

#863102 (or 0x863102) is unknown color: approx Saddle Brown. HEX triplet: 86, 31 and 02. RGB value is (134,49,2). Sum of RGB (Red+Green+Blue) = 134+49+2=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #863102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863102 is #79CEFD. Grayscale: #454545. Windows color (decimal): -7982846 or 143750. OLE color: 143750.

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

Color convert

RGB134492-
CMYK00.630.990.47
HSL21.36º97.06%26.67%-
HSV(B)21.36º98.51%52.55%-
XYZ10.947.270.88-
YUV69.0690.16174.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=72.43%
G=26.49%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13449200.630.990.4721.3697.0626.67
Hex8631203F632F15611b
Octal206612077143572514133
Binary10000110110001100111111110001110111110101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863102; }

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

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

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

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

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

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

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

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