#84353B

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

Shades of Old Brick #84353B

Tints of Old Brick #84353B

Color information

#84353B (or 0x84353B) is unknown color: approx Old Brick. HEX triplet: 84, 35 and 3B. RGB value is (132,53,59). Sum of RGB (Red+Green+Blue) = 132+53+59=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84353B is #7BCAC4. Grayscale: #4D4D4D. Windows color (decimal): -8112837 or 3880324. OLE color: 3880324.

HSL color Cylindrical-coordinate representation of color #84353B: hue angle of 355.44º 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 #84353B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1325359-
CMYK00.600.550.48
HSL355.44º42.7%36.27%-
HSV(B)355.44º59.85%51.76%-
XYZ11.587.775.03-
YUV77.3117.67167.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=54.10%
G=21.72%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132535900.600.550.48355.4442.736.27
Hex84353B03C37301632b24
Octal204657307467605435344
Binary100001001101011110110111100110111110000101100011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84353B; }

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

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

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

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

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

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

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

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