Html Css Color HEX #863311 Saddle Brown

📋 copy color: '#863311'

red 134 ◦ green 51 ◦ blue 17

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

Shades of Saddle Brown #863311

Tints of Saddle Brown #863311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

 BLUE value IS 17 (7.03% from 255) = 8.42%

R = 66.34%
G = 25.25%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#863311 (or 0x863311) is known color: Saddle Brown. HEX triplet: 86, 33 and 11. RGB value is (134,51,17). Sum of RGB (Red+Green+Blue) = 134+51+17=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #863311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863311 is #79CCEE. Grayscale: #484848. Windows color (decimal): -7982319 or 1127302. OLE color: 1127302.

HSL color Cylindrical-coordinate representation of color #863311: hue angle of 17.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #863311 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 17 -
CMYK 0 0.62 0.87 0.47
HSL 17.44º 0.77% 0.3% -
HSV(B) 17.44º 0.87% 0.53% -
XYZ 11.12 7.48 1.39 -
YUV 71.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 134 51 17 0 0.62 0.87 0.47 17.44 0.77 0.3
Hex 86 33 11 0 3E 57 2F 11 4D 1E
Octal 206 63 21 0 76 127 57 21 115 36
Binary 10000110 110011 10001 0 111110 1010111 101111 10001 1001101 11110

Color Harmonies of #863311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863311

Black with #863311

Text Example


Text Example

White with #863311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863311; }

 p { color: rgb(134,51,17); }

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

background-color css

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

 a { background-color: rgb(134,51,17); }

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

border-color css

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

 span { border-color: rgb(134,51,17); }

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