#81320A

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

Shades of Saddle Brown #81320A

Tints of Saddle Brown #81320A

Color information

#81320A (or 0x81320A) is unknown color: approx Saddle Brown. HEX triplet: 81, 32 and 0A. RGB value is (129,50,10). Sum of RGB (Red+Green+Blue) = 129+50+10=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #81320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81320A is #7ECDF5. Grayscale: #454545. Windows color (decimal): -8310262 or 668289. OLE color: 668289.

HSL color Cylindrical-coordinate representation of color #81320A: hue angle of 20.17º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81320A is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1295010-
CMYK00.610.920.49
HSL20.17º85.61%27.25%-
HSV(B)20.17º92.25%50.59%-
XYZ10.256.971.09-
YUV69.0694.67170.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.25%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=68.25%
G=26.46%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129501000.610.920.4920.1785.6127.25
Hex8132A03D5C3114561b
Octal2016212075134612412633
Binary1000000111001010100111101101110011000110100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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