#814501

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

Shades of Saddle Brown #814501

Tints of Saddle Brown #814501

Color information

#814501 (or 0x814501) is unknown color: approx Saddle Brown. HEX triplet: 81, 45 and 01. RGB value is (129,69,1). Sum of RGB (Red+Green+Blue) = 129+69+1=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #814501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814501 is #7EBAFE. Grayscale: #4F4F4F. Windows color (decimal): -8305407 or 83329. OLE color: 83329.

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

Color convert

RGB129691-
CMYK00.470.990.49
HSL31.88º98.46%25.49%-
HSV(B)31.88º99.22%50.59%-
XYZ11.198.931.16-
YUV79.1983.88163.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=64.82%
G=34.67%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12969100.470.990.4931.8898.4625.49
Hex8145102F6331206219
Octal2011051057143614014231
Binary100000011000101101011111100011110001100000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814501; }

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

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

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

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

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

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

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

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