#814001

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

Shades of Saddle Brown #814001

Tints of Saddle Brown #814001

Color information

#814001 (or 0x814001) is unknown color: approx Saddle Brown. HEX triplet: 81, 40 and 01. RGB value is (129,64,1). Sum of RGB (Red+Green+Blue) = 129+64+1=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #814001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814001 is #7EBFFE. Grayscale: #4C4C4C. Windows color (decimal): -8306687 or 82049. OLE color: 82049.

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

Color convert

RGB129641-
CMYK00.500.990.49
HSL29.53º98.46%25.49%-
HSV(B)29.53º99.22%50.59%-
XYZ10.898.341.06-
YUV76.2585.53165.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.49%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=66.49%
G=32.99%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12964100.500.990.4929.5398.4625.49
Hex8140103263311e6219
Octal2011001062143613614231
Binary10000001100000010110010110001111000111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814001; }

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

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

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

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

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

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

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

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