#884501

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

Shades of Saddle Brown #884501

Tints of Saddle Brown #884501

Color information

#884501 (or 0x884501) is unknown color: approx Saddle Brown. HEX triplet: 88, 45 and 01. RGB value is (136,69,1). Sum of RGB (Red+Green+Blue) = 136+69+1=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #884501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884501 is #77BAFE. Grayscale: #515151. Windows color (decimal): -7846655 or 83336. OLE color: 83336.

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

Color convert

RGB136691-
CMYK00.490.990.47
HSL30.22º98.54%26.86%-
HSV(B)30.22º99.26%53.33%-
XYZ12.299.491.21-
YUV81.2882.7167.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=66.02%
G=33.50%
B=0.49%

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
Decimal13669100.490.990.4730.2298.5426.86
Hex88451031632F1e631b
Octal2101051061143573614333
Binary10001000100010110110001110001110111111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884501; }

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

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

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

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

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

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

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

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