#813D00

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

Shades of Saddle Brown #813D00

Tints of Saddle Brown #813D00

Color information

#813D00 (or 0x813D00) is unknown color: approx Saddle Brown. HEX triplet: 81, 3D and 00. RGB value is (129,61,0). Sum of RGB (Red+Green+Blue) = 129+61+0=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #813D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813D00 is #7EC2FF. Grayscale: #4A4A4A. Windows color (decimal): -8307456 or 15745. OLE color: 15745.

HSL color Cylindrical-coordinate representation of color #813D00: hue angle of 28.37º 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 #813D00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB129610-
CMYK00.5310.49
HSL28.37º100%25.29%-
HSV(B)28.37º100%50.59%-
XYZ10.7280.98-
YUV74.3886.03166.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.89%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.89%
G=32.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12961000.5310.4928.3710025.29
Hex813D003564311c6419
Octal201750065144613414431
Binary1000000111110100110101110010011000111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813D00; }

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

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

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

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

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

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

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

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