#81490D

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

Shades of Saddle Brown #81490D

Tints of Saddle Brown #81490D

Color information

#81490D (or 0x81490D) is unknown color: approx Saddle Brown. HEX triplet: 81, 49 and 0D. RGB value is (129,73,13). Sum of RGB (Red+Green+Blue) = 129+73+13=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #81490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81490D is #7EB6F2. Grayscale: #535353. Windows color (decimal): -8304371 or 870785. OLE color: 870785.

HSL color Cylindrical-coordinate representation of color #81490D: hue angle of 31.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81490D is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1297313-
CMYK00.430.900.49
HSL31.03º81.69%27.84%-
HSV(B)31.03º89.92%50.59%-
XYZ11.519.461.6-
YUV82.988.55160.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 13 (5.47% from 255) = 6.05%
R=60%
G=33.95%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129731300.430.900.4931.0381.6927.84
Hex8149D02B5A311f521c
Octal20111115053132613712234
Binary10000001100100111010101011101101011000111111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,73,13); }

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

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

 a { background-color: rgb(129,73,13); }

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

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

 span { border-color: rgb(129,73,13); }

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