Html Css Color HEX #86340D Saddle Brown

📋 copy color: '#86340D'

red 134 ◦ green 52 ◦ blue 13

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

Shades of Saddle Brown #86340D

Tints of Saddle Brown #86340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 67.34%
G = 26.13%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86340D (or 0x86340D) is known color: Saddle Brown. HEX triplet: 86, 34 and 0D. RGB value is (134,52,13). Sum of RGB (Red+Green+Blue) = 134+52+13=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86340D is #79CBF2. Grayscale: #484848. Windows color (decimal): -7982067 or 865414. OLE color: 865414.

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

Color convert

RGB 134 52 13 -
CMYK 0 0.61 0.90 0.47
HSL 19.34º 0.82% 0.29% -
HSV(B) 19.34º 0.9% 0.53% -
XYZ 11.13 7.55 1.25 -
YUV 72.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 134 52 13 0 0.61 0.90 0.47 19.34 0.82 0.29
Hex 86 34 D 0 3D 5A 2F 13 52 1D
Octal 206 64 15 0 75 132 57 23 122 35
Binary 10000110 110100 1101 0 111101 1011010 101111 10011 1010010 11101

Color Harmonies of #86340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86340D

Black with #86340D

Text Example


Text Example

White with #86340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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