Html Css Color HEX #86520F Saddle Brown

📋 copy color: '#86520F'

red 134 ◦ green 82 ◦ blue 15

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

Shades of Saddle Brown #86520F

Tints of Saddle Brown #86520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 58.01%
G = 35.5%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86520F (or 0x86520F) is known color: Saddle Brown. HEX triplet: 86, 52 and 0F. RGB value is (134,82,15). Sum of RGB (Red+Green+Blue) = 134+82+15=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86520F is #79ADF0. Grayscale: #5A5A5A. Windows color (decimal): -7974385 or 1004166. OLE color: 1004166.

HSL color Cylindrical-coordinate representation of color #86520F: hue angle of 33.78º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86520F is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 15 -
CMYK 0 0.39 0.89 0.47
HSL 33.78º 0.8% 0.29% -
HSV(B) 33.78º 0.89% 0.53% -
XYZ 12.94 11.14 1.92 -
YUV 89.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 134 82 15 0 0.39 0.89 0.47 33.78 0.8 0.29
Hex 86 52 F 0 27 59 2F 22 50 1D
Octal 206 122 17 0 47 131 57 42 120 35
Binary 10000110 1010010 1111 0 100111 1011001 101111 100010 1010000 11101

Color Harmonies of #86520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86520F

Black with #86520F

Text Example


Text Example

White with #86520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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