Html Css Color HEX #86530D Saddle Brown

📋 copy color: '#86530D'

red 134 ◦ green 83 ◦ blue 13

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

Shades of Saddle Brown #86530D

Tints of Saddle Brown #86530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

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

R = 58.26%
G = 36.09%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86530D (or 0x86530D) is known color: Saddle Brown. HEX triplet: 86, 53 and 0D. RGB value is (134,83,13). Sum of RGB (Red+Green+Blue) = 134+83+13=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86530D is #79ACF2. Grayscale: #5A5A5A. Windows color (decimal): -7974131 or 873350. OLE color: 873350.

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

Color convert

RGB 134 83 13 -
CMYK 0 0.38 0.90 0.47
HSL 34.71º 0.82% 0.29% -
HSV(B) 34.71º 0.9% 0.53% -
XYZ 13 11.28 1.87 -
YUV 90.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 134 83 13 0 0.38 0.90 0.47 34.71 0.82 0.29
Hex 86 53 D 0 26 5A 2F 23 52 1D
Octal 206 123 15 0 46 132 57 43 122 35
Binary 10000110 1010011 1101 0 100110 1011010 101111 100011 1010010 11101

Color Harmonies of #86530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86530D

Black with #86530D

Text Example


Text Example

White with #86530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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