Html Css Color HEX #863502 Saddle Brown

📋 copy color: '#863502'

red 134 ◦ green 53 ◦ blue 2

#863502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #863502

Tints of Saddle Brown #863502

RGB

 RED value IS 134 (52.73% from 255) = 70.9%

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 70.9%
G = 28.04%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#863502 (or 0x863502) is known color: Saddle Brown. HEX triplet: 86, 35 and 02. RGB value is (134,53,2). Sum of RGB (Red+Green+Blue) = 134+53+2=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #863502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863502 is #79CAFD. Grayscale: #474747. Windows color (decimal): -7981822 or 144774. OLE color: 144774.

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

Color convert

RGB 134 53 2 -
CMYK 0 0.60 0.99 0.47
HSL 23.18º 0.97% 0.27% -
HSV(B) 23.18º 0.99% 0.53% -
XYZ 11.12 7.62 0.94 -
YUV 71.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 134 53 2 0 0.60 0.99 0.47 23.18 0.97 0.27
Hex 86 35 2 0 3C 63 2F 17 61 1B
Octal 206 65 2 0 74 143 57 27 141 33
Binary 10000110 110101 10 0 111100 1100011 101111 10111 1100001 11011

Color Harmonies of #863502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863502

Black with #863502

Text Example


Text Example

White with #863502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863502; }

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

 H1.HeaderClassName
 {
   color: #863502;
 }
 .AnyTagClassName
 {
   color: #863502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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