#813700

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

Shades of Saddle Brown #813700

Tints of Saddle Brown #813700

Color information

#813700 (or 0x813700) is unknown color: approx Saddle Brown. HEX triplet: 81, 37 and 00. RGB value is (129,55,0). Sum of RGB (Red+Green+Blue) = 129+55+0=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #813700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813700 is #7EC8FF. Grayscale: #474747. Windows color (decimal): -8308992 or 14209. OLE color: 14209.

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

Color convert

RGB129550-
CMYK00.5710.49
HSL25.58º100%25.29%-
HSV(B)25.58º100%50.59%-
XYZ10.427.40.88-
YUV70.8688.02169.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.11%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.11%
G=29.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12955000.5710.4925.5810025.29
Hex8137003964311a6419
Octal201670071144613214431
Binary1000000111011100111001110010011000111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813700; }

 p { color: rgb(129,55,0); }

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

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

 a { background-color: rgb(129,55,0); }

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

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

 span { border-color: rgb(129,55,0); }

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