#814A0E

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

Shades of Saddle Brown #814A0E

Tints of Saddle Brown #814A0E

Color information

#814A0E (or 0x814A0E) is unknown color: approx Saddle Brown. HEX triplet: 81, 4A and 0E. RGB value is (129,74,14). Sum of RGB (Red+Green+Blue) = 129+74+14=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #814A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A0E is #7EB5F1. Grayscale: #535353. Windows color (decimal): -8304114 or 936577. OLE color: 936577.

HSL color Cylindrical-coordinate representation of color #814A0E: hue angle of 31.3º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #814A0E is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1297414-
CMYK00.430.890.49
HSL31.3º80.42%28.04%-
HSV(B)31.3º89.15%50.59%-
XYZ11.589.61.66-
YUV83.688.72160.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 14 (5.86% from 255) = 6.45%
R=59.45%
G=34.10%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129741400.430.890.4931.380.4228.04
Hex814AE02B59311f501c
Octal20111216053131613712034
Binary10000001100101011100101011101100111000111111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814A0E; }

 p { color: rgb(129,74,14); }

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

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

 a { background-color: rgb(129,74,14); }

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

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

 span { border-color: rgb(129,74,14); }

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