#843238

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

Shades of Old Brick #843238

Tints of Old Brick #843238

Color information

#843238 (or 0x843238) is unknown color: approx Old Brick. HEX triplet: 84, 32 and 38. RGB value is (132,50,56). Sum of RGB (Red+Green+Blue) = 132+50+56=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #843238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843238 is #7BCDC7. Grayscale: #4B4B4B. Windows color (decimal): -8113608 or 3682948. OLE color: 3682948.

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

Color convert

RGB1325056-
CMYK00.620.580.48
HSL355.61º45.05%35.69%-
HSV(B)355.61º62.12%51.76%-
XYZ11.377.474.58-
YUV75.2117.17168.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=55.46%
G=21.01%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132505600.620.580.48355.6145.0535.69
Hex84323803E3A301642d24
Octal204627007672605445544
Binary100001001100101110000111110111010110000101100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843238; }

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

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

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

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

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

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

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

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