#883101

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

Shades of Saddle Brown #883101

Tints of Saddle Brown #883101

Color information

#883101 (or 0x883101) is unknown color: approx Saddle Brown. HEX triplet: 88, 31 and 01. RGB value is (136,49,1). Sum of RGB (Red+Green+Blue) = 136+49+1=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #883101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883101 is #77CEFE. Grayscale: #454545. Windows color (decimal): -7851775 or 78216. OLE color: 78216.

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

Color convert

RGB136491-
CMYK00.640.990.47
HSL21.33º98.54%26.86%-
HSV(B)21.33º99.26%53.33%-
XYZ11.267.430.87-
YUV69.5489.32175.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.12%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=73.12%
G=26.34%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13649100.640.990.4721.3398.5426.86
Hex88311040632F15631b
Octal2106110100143572514333
Binary10001000110001101000000110001110111110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883101; }

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

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

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

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

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

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

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

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