#84343A

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

Shades of Old Brick #84343A

Tints of Old Brick #84343A

Color information

#84343A (or 0x84343A) is unknown color: approx Old Brick. HEX triplet: 84, 34 and 3A. RGB value is (132,52,58). Sum of RGB (Red+Green+Blue) = 132+52+58=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84343A is #7BCBC5. Grayscale: #4C4C4C. Windows color (decimal): -8113094 or 3814532. OLE color: 3814532.

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

Color convert

RGB1325258-
CMYK00.610.560.48
HSL355.5º43.48%36.08%-
HSV(B)355.5º60.61%51.76%-
XYZ11.517.674.88-
YUV76.6117.5167.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=54.55%
G=21.49%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132525800.610.560.48355.543.4836.08
Hex84343A03D38301642b24
Octal204647207570605445344
Binary100001001101001110100111101111000110000101100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84343A; }

 p { color: rgb(132,52,58); }

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

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

 a { background-color: rgb(132,52,58); }

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

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

 span { border-color: rgb(132,52,58); }

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