#882800

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

Shades of Saddle Brown #882800

Tints of Saddle Brown #882800

Color information

#882800 (or 0x882800) is unknown color: approx Saddle Brown. HEX triplet: 88, 28 and 00. RGB value is (136,40,0). Sum of RGB (Red+Green+Blue) = 136+40+0=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #882800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882800 is #77D7FF. Grayscale: #404040. Windows color (decimal): -7854080 or 10376. OLE color: 10376.

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

Color convert

RGB136400-
CMYK00.7110.47
HSL17.65º100%26.67%-
HSV(B)17.65º100%53.33%-
XYZ10.916.750.73-
YUV64.1491.8179.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.27%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.27%
G=22.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13640000.7110.4717.6510026.67
Hex88280047642F12641b
Octal2105000107144572214433
Binary10001000101000001000111110010010111110010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882800; }

 p { color: rgb(136,40,0); }

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

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

 a { background-color: rgb(136,40,0); }

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

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

 span { border-color: rgb(136,40,0); }

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