Html Css Color HEX #86320D Saddle Brown

📋 copy color: '#86320D'

red 134 ◦ green 50 ◦ blue 13

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

Shades of Saddle Brown #86320D

Tints of Saddle Brown #86320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 68.02%
G = 25.38%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86320D (or 0x86320D) is known color: Saddle Brown. HEX triplet: 86, 32 and 0D. RGB value is (134,50,13). Sum of RGB (Red+Green+Blue) = 134+50+13=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86320D is #79CDF2. Grayscale: #474747. Windows color (decimal): -7982579 or 864902. OLE color: 864902.

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

Color convert

RGB 134 50 13 -
CMYK 0 0.63 0.90 0.47
HSL 18.35º 0.82% 0.29% -
HSV(B) 18.35º 0.9% 0.53% -
XYZ 11.04 7.38 1.22 -
YUV 70.9 95.33 173.01 -
System Red Green Blue C M Y K H S L
Decimal 134 50 13 0 0.63 0.90 0.47 18.35 0.82 0.29
Hex 86 32 D 0 3F 5A 2F 12 52 1D
Octal 206 62 15 0 77 132 57 22 122 35
Binary 10000110 110010 1101 0 111111 1011010 101111 10010 1010010 11101

Color Harmonies of #86320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86320D

Black with #86320D

Text Example


Text Example

White with #86320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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