#883536

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

Shades of Old Brick #883536

Tints of Old Brick #883536

Color information

#883536 (or 0x883536) is unknown color: approx Old Brick. HEX triplet: 88, 35 and 36. RGB value is (136,53,54). Sum of RGB (Red+Green+Blue) = 136+53+54=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #883536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883536 is #77CAC9. Grayscale: #4E4E4E. Windows color (decimal): -7850698 or 3552648. OLE color: 3552648.

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

Color convert

RGB1365354-
CMYK00.610.600.47
HSL359.28º43.92%37.06%-
HSV(B)359.28º61.03%53.33%-
XYZ12.098.054.41-
YUV77.93114.5169.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=55.97%
G=21.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136535400.610.600.47359.2843.9237.06
Hex88353603D3C2F1672c25
Octal210656607574575475445
Binary100010001101011101100111101111100101111101100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883536; }

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

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

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

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

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

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

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

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