Html Css Color HEX #863513 Saddle Brown

📋 copy color: '#863513'

red 134 ◦ green 53 ◦ blue 19

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

Shades of Saddle Brown #863513

Tints of Saddle Brown #863513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.22%

R = 65.05%
G = 25.73%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#863513 (or 0x863513) is known color: Saddle Brown. HEX triplet: 86, 35 and 13. RGB value is (134,53,19). Sum of RGB (Red+Green+Blue) = 134+53+19=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #863513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863513 is #79CAEC. Grayscale: #494949. Windows color (decimal): -7981805 or 1258886. OLE color: 1258886.

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

Color convert

RGB 134 53 19 -
CMYK 0 0.60 0.86 0.47
HSL 17.74º 0.75% 0.3% -
HSV(B) 17.74º 0.86% 0.53% -
XYZ 11.22 7.66 1.5 -
YUV 73.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 134 53 19 0 0.60 0.86 0.47 17.74 0.75 0.3
Hex 86 35 13 0 3C 56 2F 12 4B 1E
Octal 206 65 23 0 74 126 57 22 113 36
Binary 10000110 110101 10011 0 111100 1010110 101111 10010 1001011 11110

Color Harmonies of #863513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863513

Black with #863513

Text Example


Text Example

White with #863513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863513; }

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

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

background-color css

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

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

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

border-color css

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

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

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