Html Css Color HEX #86510D Saddle Brown

📋 copy color: '#86510D'

red 134 ◦ green 81 ◦ blue 13

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

Shades of Saddle Brown #86510D

Tints of Saddle Brown #86510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.53%

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

R = 58.77%
G = 35.53%
B = 5.7%

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

#86510D (or 0x86510D) is known color: Saddle Brown. HEX triplet: 86, 51 and 0D. RGB value is (134,81,13). Sum of RGB (Red+Green+Blue) = 134+81+13=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86510D is #79AEF2. Grayscale: #595959. Windows color (decimal): -7974643 or 872838. OLE color: 872838.

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

Color convert

RGB 134 81 13 -
CMYK 0 0.40 0.90 0.47
HSL 33.72º 0.82% 0.29% -
HSV(B) 33.72º 0.9% 0.53% -
XYZ 12.85 10.98 1.82 -
YUV 89.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 134 81 13 0 0.40 0.90 0.47 33.72 0.82 0.29
Hex 86 51 D 0 28 5A 2F 22 52 1D
Octal 206 121 15 0 50 132 57 42 122 35
Binary 10000110 1010001 1101 0 101000 1011010 101111 100010 1010010 11101

Color Harmonies of #86510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86510D

Black with #86510D

Text Example


Text Example

White with #86510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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