Html Css Color HEX #86520D Saddle Brown

📋 copy color: '#86520D'

red 134 ◦ green 82 ◦ blue 13

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

Shades of Saddle Brown #86520D

Tints of Saddle Brown #86520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.81%

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

R = 58.52%
G = 35.81%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86520D (or 0x86520D) is known color: Saddle Brown. HEX triplet: 86, 52 and 0D. RGB value is (134,82,13). Sum of RGB (Red+Green+Blue) = 134+82+13=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86520D is #79ADF2. Grayscale: #5A5A5A. Windows color (decimal): -7974387 or 873094. OLE color: 873094.

HSL color Cylindrical-coordinate representation of color #86520D: hue angle of 34.21º 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 #86520D is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 13 -
CMYK 0 0.39 0.90 0.47
HSL 34.21º 0.82% 0.29% -
HSV(B) 34.21º 0.9% 0.53% -
XYZ 12.92 11.13 1.85 -
YUV 89.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 134 82 13 0 0.39 0.90 0.47 34.21 0.82 0.29
Hex 86 52 D 0 27 5A 2F 22 52 1D
Octal 206 122 15 0 47 132 57 42 122 35
Binary 10000110 1010010 1101 0 100111 1011010 101111 100010 1010010 11101

Color Harmonies of #86520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86520D

Black with #86520D

Text Example


Text Example

White with #86520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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