#884601

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

Shades of Saddle Brown #884601

Tints of Saddle Brown #884601

Color information

#884601 (or 0x884601) is unknown color: approx Saddle Brown. HEX triplet: 88, 46 and 01. RGB value is (136,70,1). Sum of RGB (Red+Green+Blue) = 136+70+1=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #884601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884601 is #77B9FE. Grayscale: #525252. Windows color (decimal): -7846399 or 83592. OLE color: 83592.

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

Color convert

RGB136701-
CMYK00.490.990.47
HSL30.67º98.54%26.86%-
HSV(B)30.67º99.26%53.33%-
XYZ12.359.621.23-
YUV81.8782.37166.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.70%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=65.70%
G=33.82%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13670100.490.990.4730.6798.5426.86
Hex88461031632F1f631b
Octal2101061061143573714333
Binary10001000100011010110001110001110111111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884601; }

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

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

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

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

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

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

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

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