#814008

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

Shades of Saddle Brown #814008

Tints of Saddle Brown #814008

Color information

#814008 (or 0x814008) is unknown color: approx Saddle Brown. HEX triplet: 81, 40 and 08. RGB value is (129,64,8). Sum of RGB (Red+Green+Blue) = 129+64+8=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #814008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814008 is #7EBFF7. Grayscale: #4D4D4D. Windows color (decimal): -8306680 or 540801. OLE color: 540801.

HSL color Cylindrical-coordinate representation of color #814008: hue angle of 27.77º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #814008 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB129648-
CMYK00.500.940.49
HSL27.77º88.32%26.86%-
HSV(B)27.77º93.8%50.59%-
XYZ10.938.351.27-
YUV77.0589.03165.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.18%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=64.18%
G=31.84%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12964800.500.940.4927.7788.3226.86
Hex814080325E311c581b
Octal20110010062136613413033
Binary10000001100000010000110010101111011000111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814008; }

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

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

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

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

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

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

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

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