Html Css Color HEX #86500D Saddle Brown

📋 copy color: '#86500D'

red 134 ◦ green 80 ◦ blue 13

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

Shades of Saddle Brown #86500D

Tints of Saddle Brown #86500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 59.03%
G = 35.24%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86500D (or 0x86500D) is known color: Saddle Brown. HEX triplet: 86, 50 and 0D. RGB value is (134,80,13). Sum of RGB (Red+Green+Blue) = 134+80+13=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86500D is #79AFF2. Grayscale: #585858. Windows color (decimal): -7974899 or 872582. OLE color: 872582.

HSL color Cylindrical-coordinate representation of color #86500D: hue angle of 33.22º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86500D is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 13 -
CMYK 0 0.40 0.90 0.47
HSL 33.22º 0.82% 0.29% -
HSV(B) 33.22º 0.9% 0.53% -
XYZ 12.77 10.83 1.8 -
YUV 88.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 134 80 13 0 0.40 0.90 0.47 33.22 0.82 0.29
Hex 86 50 D 0 28 5A 2F 21 52 1D
Octal 206 120 15 0 50 132 57 41 122 35
Binary 10000110 1010000 1101 0 101000 1011010 101111 100001 1010010 11101

Color Harmonies of #86500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86500D

Black with #86500D

Text Example


Text Example

White with #86500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86500D; }

 p { color: rgb(134,80,13); }

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

background-color css

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

 a { background-color: rgb(134,80,13); }

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

border-color css

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

 span { border-color: rgb(134,80,13); }

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