Html Css Color HEX #863B11 Saddle Brown

📋 copy color: '#863B11'

red 134 ◦ green 59 ◦ blue 17

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

Shades of Saddle Brown #863B11

Tints of Saddle Brown #863B11

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.1%

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

R = 63.81%
G = 28.1%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#863B11 (or 0x863B11) is known color: Saddle Brown. HEX triplet: 86, 3B and 11. RGB value is (134,59,17). Sum of RGB (Red+Green+Blue) = 134+59+17=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #863B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B11 is #79C4EE. Grayscale: #4C4C4C. Windows color (decimal): -7980271 or 1129350. OLE color: 1129350.

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

Color convert

RGB 134 59 17 -
CMYK 0 0.56 0.87 0.47
HSL 21.54º 0.77% 0.3% -
HSV(B) 21.54º 0.87% 0.53% -
XYZ 11.5 8.24 1.51 -
YUV 76.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 134 59 17 0 0.56 0.87 0.47 21.54 0.77 0.3
Hex 86 3B 11 0 38 57 2F 16 4D 1E
Octal 206 73 21 0 70 127 57 26 115 36
Binary 10000110 111011 10001 0 111000 1010111 101111 10110 1001101 11110

Color Harmonies of #863B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B11

Black with #863B11

Text Example


Text Example

White with #863B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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