#813F00

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

Shades of Saddle Brown #813F00

Tints of Saddle Brown #813F00

Color information

#813F00 (or 0x813F00) is unknown color: approx Saddle Brown. HEX triplet: 81, 3F and 00. RGB value is (129,63,0). Sum of RGB (Red+Green+Blue) = 129+63+0=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #813F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F00 is #7EC0FF. Grayscale: #4B4B4B. Windows color (decimal): -8306944 or 16257. OLE color: 16257.

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

Color convert

RGB129630-
CMYK00.5110.49
HSL29.3º100%25.29%-
HSV(B)29.3º100%50.59%-
XYZ10.838.221.02-
YUV75.5585.37166.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.19%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.19%
G=32.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12963000.5110.4929.310025.29
Hex813F003364311d6419
Octal201770063144613514431
Binary1000000111111100110011110010011000111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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