#883233

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

Shades of Old Brick #883233

Tints of Old Brick #883233

Color information

#883233 (or 0x883233) is unknown color: approx Old Brick. HEX triplet: 88, 32 and 33. RGB value is (136,50,51). Sum of RGB (Red+Green+Blue) = 136+50+51=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #883233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883233 is #77CDCC. Grayscale: #4B4B4B. Windows color (decimal): -7851469 or 3355272. OLE color: 3355272.

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

Color convert

RGB1365051-
CMYK00.630.620.47
HSL359.3º46.24%36.47%-
HSV(B)359.3º63.24%53.33%-
XYZ11.897.754-
YUV75.83113.99170.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=57.38%
G=21.10%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136505100.630.620.47359.346.2436.47
Hex88323303F3E2F1672e24
Octal210626307776575475644
Binary100010001100101100110111111111110101111101100111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883233; }

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

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

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

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

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

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

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

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