#86320A

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

Shades of Saddle Brown #86320A

Tints of Saddle Brown #86320A

Color information

#86320A (or 0x86320A) is unknown color: approx Saddle Brown. HEX triplet: 86, 32 and 0A. RGB value is (134,50,10). Sum of RGB (Red+Green+Blue) = 134+50+10=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86320A is #79CDF5. Grayscale: #464646. Windows color (decimal): -7982582 or 668294. OLE color: 668294.

HSL color Cylindrical-coordinate representation of color #86320A: hue angle of 19.35º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86320A is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1345010-
CMYK00.630.930.47
HSL19.35º86.11%28.24%-
HSV(B)19.35º92.54%52.55%-
XYZ11.037.371.13-
YUV70.5693.83173.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=69.07%
G=25.77%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134501000.630.930.4719.3586.1128.24
Hex8632A03F5D2F13561c
Octal2066212077135572312634
Binary1000011011001010100111111101110110111110011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86320A;
 }
 .AnyTagClassName
 {
   color: #86320A;
 }
</style>
background-color css

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

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

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

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

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

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