#813301

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

Shades of Saddle Brown #813301

Tints of Saddle Brown #813301

Color information

#813301 (or 0x813301) is unknown color: approx Saddle Brown. HEX triplet: 81, 33 and 01. RGB value is (129,51,1). Sum of RGB (Red+Green+Blue) = 129+51+1=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #813301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813301 is #7ECCFE. Grayscale: #444444. Windows color (decimal): -8310015 or 78721. OLE color: 78721.

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

Color convert

RGB129511-
CMYK00.600.990.49
HSL23.44º98.46%25.49%-
HSV(B)23.44º99.22%50.59%-
XYZ10.247.040.85-
YUV68.6289.84171.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.27%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=71.27%
G=28.18%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12951100.600.990.4923.4498.4625.49
Hex8133103C6331176219
Octal201631074143612714231
Binary1000000111001110111100110001111000110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813301; }

 p { color: rgb(129,51,1); }

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

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

 a { background-color: rgb(129,51,1); }

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

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

 span { border-color: rgb(129,51,1); }

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