#81390D

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

Shades of Saddle Brown #81390D

Tints of Saddle Brown #81390D

Color information

#81390D (or 0x81390D) is unknown color: approx Saddle Brown. HEX triplet: 81, 39 and 0D. RGB value is (129,57,13). Sum of RGB (Red+Green+Blue) = 129+57+13=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #81390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81390D is #7EC6F2. Grayscale: #494949. Windows color (decimal): -8308467 or 866689. OLE color: 866689.

HSL color Cylindrical-coordinate representation of color #81390D: hue angle of 22.76º 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 #81390D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1295713-
CMYK00.560.900.49
HSL22.76º81.69%27.84%-
HSV(B)22.76º89.92%50.59%-
XYZ10.597.621.29-
YUV73.5193.85167.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=64.82%
G=28.64%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129571300.560.900.4922.7681.6927.84
Hex8139D0385A3117521c
Octal2017115070132612712234
Binary1000000111100111010111000101101011000110111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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