#883239

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

Shades of Old Brick #883239

Tints of Old Brick #883239

Color information

#883239 (or 0x883239) is unknown color: approx Old Brick. HEX triplet: 88, 32 and 39. RGB value is (136,50,57). Sum of RGB (Red+Green+Blue) = 136+50+57=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #883239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883239 is #77CDC6. Grayscale: #4C4C4C. Windows color (decimal): -7851463 or 3748488. OLE color: 3748488.

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

Color convert

RGB1365057-
CMYK00.630.580.47
HSL355.12º46.24%36.47%-
HSV(B)355.12º63.24%53.33%-
XYZ12.037.814.74-
YUV76.51116.99170.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=55.97%
G=20.58%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136505700.630.580.47355.1246.2436.47
Hex88323903F3A2F1632e24
Octal210627107772575435644
Binary100010001100101110010111111111010101111101100011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883239; }

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

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

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

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

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

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

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

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