#883439

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

Shades of Old Brick #883439

Tints of Old Brick #883439

Color information

#883439 (or 0x883439) is unknown color: approx Old Brick. HEX triplet: 88, 34 and 39. RGB value is (136,52,57). Sum of RGB (Red+Green+Blue) = 136+52+57=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883439 is #77CBC6. Grayscale: #4D4D4D. Windows color (decimal): -7850951 or 3749000. OLE color: 3749000.

HSL color Cylindrical-coordinate representation of color #883439: hue angle of 356.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883439 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1365257-
CMYK00.620.580.47
HSL356.43º44.68%36.86%-
HSV(B)356.43º61.76%53.33%-
XYZ12.127.994.77-
YUV77.69116.33169.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=55.51%
G=21.22%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136525700.620.580.47356.4344.6836.86
Hex88343903E3A2F1642d25
Octal210647107672575445545
Binary100010001101001110010111110111010101111101100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883439; }

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

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

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

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

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

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

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

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