#814502

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

Shades of Saddle Brown #814502

Tints of Saddle Brown #814502

Color information

#814502 (or 0x814502) is unknown color: approx Saddle Brown. HEX triplet: 81, 45 and 02. RGB value is (129,69,2). Sum of RGB (Red+Green+Blue) = 129+69+2=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #814502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814502 is #7EBAFD. Grayscale: #4F4F4F. Windows color (decimal): -8305406 or 148865. OLE color: 148865.

HSL color Cylindrical-coordinate representation of color #814502: hue angle of 31.65º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #814502 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129692-
CMYK00.470.980.49
HSL31.65º96.95%25.69%-
HSV(B)31.65º98.45%50.59%-
XYZ11.198.931.19-
YUV79.384.38163.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=64.5%
G=34.5%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12969200.470.980.4931.6596.9525.69
Hex8145202F623120611a
Octal2011052057142614014132
Binary1000000110001011001011111100010110001100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814502; }

 p { color: rgb(129,69,2); }

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

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

 a { background-color: rgb(129,69,2); }

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

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

 span { border-color: rgb(129,69,2); }

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