#813F01

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

Shades of Saddle Brown #813F01

Tints of Saddle Brown #813F01

Color information

#813F01 (or 0x813F01) is unknown color: approx Saddle Brown. HEX triplet: 81, 3F and 01. RGB value is (129,63,1). Sum of RGB (Red+Green+Blue) = 129+63+1=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #813F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F01 is #7EC0FE. Grayscale: #4B4B4B. Windows color (decimal): -8306943 or 81793. OLE color: 81793.

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

Color convert

RGB129631-
CMYK00.510.990.49
HSL29.06º98.46%25.49%-
HSV(B)29.06º99.22%50.59%-
XYZ10.848.221.05-
YUV75.6785.87166.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.84%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=66.84%
G=32.64%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12963100.510.990.4929.0698.4625.49
Hex813F103363311d6219
Octal201771063143613514231
Binary1000000111111110110011110001111000111101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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