#863B02

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

Shades of Saddle Brown #863B02

Tints of Saddle Brown #863B02

Color information

#863B02 (or 0x863B02) is unknown color: approx Saddle Brown. HEX triplet: 86, 3B and 02. RGB value is (134,59,2). Sum of RGB (Red+Green+Blue) = 134+59+2=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #863B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B02 is #79C4FD. Grayscale: #4B4B4B. Windows color (decimal): -7980286 or 146310. OLE color: 146310.

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

Color convert

RGB134592-
CMYK00.560.990.47
HSL25.91º97.06%26.67%-
HSV(B)25.91º98.51%52.55%-
XYZ11.418.21.04-
YUV74.9386.85170.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.72%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=68.72%
G=30.26%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13459200.560.990.4725.9197.0626.67
Hex863B2038632F1a611b
Octal206732070143573214133
Binary10000110111011100111000110001110111111010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863B02; }

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

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

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

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

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

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

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

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