#813503

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

Shades of Saddle Brown #813503

Tints of Saddle Brown #813503

Color information

#813503 (or 0x813503) is unknown color: approx Saddle Brown. HEX triplet: 81, 35 and 03. RGB value is (129,53,3). Sum of RGB (Red+Green+Blue) = 129+53+3=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #813503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813503 is #7ECAFC. Grayscale: #464646. Windows color (decimal): -8309501 or 210305. OLE color: 210305.

HSL color Cylindrical-coordinate representation of color #813503: hue angle of 23.81º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #813503 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129533-
CMYK00.590.980.49
HSL23.81º95.45%25.88%-
HSV(B)23.81º97.67%50.59%-
XYZ10.347.220.93-
YUV70.0290.18170.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=69.73%
G=28.65%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12953300.590.980.4923.8195.4525.88
Hex8135303B6231185f1a
Octal201653073142613013732
Binary10000001110101110111011110001011000111000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813503; }

 p { color: rgb(129,53,3); }

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

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

 a { background-color: rgb(129,53,3); }

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

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

 span { border-color: rgb(129,53,3); }

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