#883136

Color #883136 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #883136

Tints of Old Brick #883136

Color information

#883136 (or 0x883136) is unknown color: approx Old Brick. HEX triplet: 88, 31 and 36. RGB value is (136,49,54). Sum of RGB (Red+Green+Blue) = 136+49+54=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #883136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883136 is #77CEC9. Grayscale: #4B4B4B. Windows color (decimal): -7851722 or 3551624. OLE color: 3551624.

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

Color convert

RGB1364954-
CMYK00.640.600.47
HSL356.55º47.03%36.27%-
HSV(B)356.55º63.97%53.33%-
XYZ11.927.74.35-
YUV75.58115.82171.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=56.90%
G=20.50%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136495400.640.600.47356.5547.0336.27
Hex8831360403C2F1652f24
Octal2106166010074575455744
Binary1000100011000111011001000000111100101111101100101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883136; }

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

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

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

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

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

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

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

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