#883237

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

Shades of Old Brick #883237

Tints of Old Brick #883237

Color information

#883237 (or 0x883237) is unknown color: approx Old Brick. HEX triplet: 88, 32 and 37. RGB value is (136,50,55). Sum of RGB (Red+Green+Blue) = 136+50+55=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #883237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883237 is #77CDC8. Grayscale: #4C4C4C. Windows color (decimal): -7851465 or 3617416. OLE color: 3617416.

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

Color convert

RGB1365055-
CMYK00.630.600.47
HSL356.51º46.24%36.47%-
HSV(B)356.51º63.24%53.33%-
XYZ11.987.794.49-
YUV76.28115.99170.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=56.43%
G=20.75%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136505500.630.600.47356.5146.2436.47
Hex88323703F3C2F1652e24
Octal210626707774575455644
Binary100010001100101101110111111111100101111101100101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883237; }

 p { color: rgb(136,50,55); }

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

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

 a { background-color: rgb(136,50,55); }

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

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

 span { border-color: rgb(136,50,55); }

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