#86340D

Color #86340D Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #86340D

Tints of Saddle Brown #86340D

Color information

#86340D (or 0x86340D) is unknown color: approx 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

RGB1345213-
CMYK00.610.900.47
HSL19.34º82.31%28.82%-
HSV(B)19.34º90.3%52.55%-
XYZ11.137.551.25-
YUV72.0794.67172.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134521300.610.900.4719.3482.3128.82
Hex8634D03D5A2F13521d
Octal2066415075132572312235
Binary1000011011010011010111101101101010111110011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>