#81340A

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

Shades of Saddle Brown #81340A

Tints of Saddle Brown #81340A

Color information

#81340A (or 0x81340A) is unknown color: approx Saddle Brown. HEX triplet: 81, 34 and 0A. RGB value is (129,52,10). Sum of RGB (Red+Green+Blue) = 129+52+10=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81340A is #7ECBF5. Grayscale: #464646. Windows color (decimal): -8309750 or 668801. OLE color: 668801.

HSL color Cylindrical-coordinate representation of color #81340A: hue angle of 21.18º 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 #81340A is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1295210-
CMYK00.600.920.49
HSL21.18º85.61%27.25%-
HSV(B)21.18º92.25%50.59%-
XYZ10.347.151.12-
YUV70.2494.01169.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.54%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=67.54%
G=27.23%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129521000.600.920.4921.1885.6127.25
Hex8134A03C5C3115561b
Octal2016412074134612512633
Binary1000000111010010100111100101110011000110101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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