#843236

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

Shades of Old Brick #843236

Tints of Old Brick #843236

Color information

#843236 (or 0x843236) is unknown color: approx Old Brick. HEX triplet: 84, 32 and 36. RGB value is (132,50,54). Sum of RGB (Red+Green+Blue) = 132+50+54=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #843236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843236 is #7BCDC9. Grayscale: #4B4B4B. Windows color (decimal): -8113610 or 3551876. OLE color: 3551876.

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

Color convert

RGB1325054-
CMYK00.620.590.48
HSL357.07º45.05%35.69%-
HSV(B)357.07º62.12%51.76%-
XYZ11.327.454.33-
YUV74.97116.17168.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=55.93%
G=21.19%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132505400.620.590.48357.0745.0535.69
Hex84323603E3B301652d24
Octal204626607673605455544
Binary100001001100101101100111110111011110000101100101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843236; }

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

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

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

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

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

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

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

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