#814401

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

Shades of Saddle Brown #814401

Tints of Saddle Brown #814401

Color information

#814401 (or 0x814401) is unknown color: approx Saddle Brown. HEX triplet: 81, 44 and 01. RGB value is (129,68,1). Sum of RGB (Red+Green+Blue) = 129+68+1=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #814401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814401 is #7EBBFE. Grayscale: #4E4E4E. Windows color (decimal): -8305663 or 83073. OLE color: 83073.

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

Color convert

RGB129681-
CMYK00.470.990.49
HSL31.41º98.46%25.49%-
HSV(B)31.41º99.22%50.59%-
XYZ11.138.81.14-
YUV78.684.21163.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.15%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=65.15%
G=34.34%
B=0.51%

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
Decimal12968100.470.990.4931.4198.4625.49
Hex8144102F63311f6219
Octal2011041057143613714231
Binary10000001100010010101111110001111000111111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814401; }

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

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

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

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

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

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

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

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