#843536

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

Shades of Old Brick #843536

Tints of Old Brick #843536

Color information

#843536 (or 0x843536) is unknown color: approx Old Brick. HEX triplet: 84, 35 and 36. RGB value is (132,53,54). Sum of RGB (Red+Green+Blue) = 132+53+54=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #843536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843536 is #7BCAC9. Grayscale: #4C4C4C. Windows color (decimal): -8112842 or 3552644. OLE color: 3552644.

HSL color Cylindrical-coordinate representation of color #843536: hue angle of 359.24º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #843536 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1325354-
CMYK00.600.590.48
HSL359.24º42.7%36.27%-
HSV(B)359.24º59.85%51.76%-
XYZ11.457.724.38-
YUV76.74115.17167.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.23%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=55.23%
G=22.18%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132535400.600.590.48359.2442.736.27
Hex84353603C3B301672b24
Octal204656607473605475344
Binary100001001101011101100111100111011110000101100111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843536; }

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

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

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

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

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

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

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

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