#884001

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

Shades of Saddle Brown #884001

Tints of Saddle Brown #884001

Color information

#884001 (or 0x884001) is unknown color: approx Saddle Brown. HEX triplet: 88, 40 and 01. RGB value is (136,64,1). Sum of RGB (Red+Green+Blue) = 136+64+1=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #884001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884001 is #77BFFE. Grayscale: #4E4E4E. Windows color (decimal): -7847935 or 82056. OLE color: 82056.

HSL color Cylindrical-coordinate representation of color #884001: hue angle of 28º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #884001 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136641-
CMYK00.530.990.47
HSL28º98.54%26.86%-
HSV(B)28º99.26%53.33%-
XYZ11.998.91.12-
YUV78.3584.35169.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.66%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=67.66%
G=31.84%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13664100.530.990.472898.5426.86
Hex88401035632F1c631b
Octal2101001065143573414333
Binary10001000100000010110101110001110111111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884001; }

 p { color: rgb(136,64,1); }

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

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

 a { background-color: rgb(136,64,1); }

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

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

 span { border-color: rgb(136,64,1); }

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