Html Css Color HEX #86370D Saddle Brown

📋 copy color: '#86370D'

red 134 ◦ green 55 ◦ blue 13

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

Shades of Saddle Brown #86370D

Tints of Saddle Brown #86370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.23%

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

R = 66.34%
G = 27.23%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86370D (or 0x86370D) is known color: Saddle Brown. HEX triplet: 86, 37 and 0D. RGB value is (134,55,13). Sum of RGB (Red+Green+Blue) = 134+55+13=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86370D is #79C8F2. Grayscale: #4A4A4A. Windows color (decimal): -7981299 or 866182. OLE color: 866182.

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

Color convert

RGB 134 55 13 -
CMYK 0 0.59 0.90 0.47
HSL 20.83º 0.82% 0.29% -
HSV(B) 20.83º 0.9% 0.53% -
XYZ 11.27 7.83 1.3 -
YUV 73.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 134 55 13 0 0.59 0.90 0.47 20.83 0.82 0.29
Hex 86 37 D 0 3B 5A 2F 15 52 1D
Octal 206 67 15 0 73 132 57 25 122 35
Binary 10000110 110111 1101 0 111011 1011010 101111 10101 1010010 11101

Color Harmonies of #86370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86370D

Black with #86370D

Text Example


Text Example

White with #86370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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