#884101

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

Shades of Saddle Brown #884101

Tints of Saddle Brown #884101

Color information

#884101 (or 0x884101) is unknown color: approx Saddle Brown. HEX triplet: 88, 41 and 01. RGB value is (136,65,1). Sum of RGB (Red+Green+Blue) = 136+65+1=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #884101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884101 is #77BEFE. Grayscale: #4F4F4F. Windows color (decimal): -7847679 or 82312. OLE color: 82312.

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

Color convert

RGB136651-
CMYK00.520.990.47
HSL28.44º98.54%26.86%-
HSV(B)28.44º99.26%53.33%-
XYZ12.059.021.13-
YUV78.9384.02168.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.33%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=67.33%
G=32.18%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13665100.520.990.4728.4498.5426.86
Hex88411034632F1c631b
Octal2101011064143573414333
Binary10001000100000110110100110001110111111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884101; }

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

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

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

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

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

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

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

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