Html Css Color HEX #84343C Old Brick

📋 copy color: '#84343C'

red 132 ◦ green 52 ◦ blue 60

#84343C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #84343C

Tints of Old Brick #84343C

RGB

 RED value IS 132 (51.95% from 255) = 54.1%

 GREEN value IS 52 (20.7% from 255) = 21.31%

 BLUE value IS 60 (23.83% from 255) = 24.59%

R = 54.1%
G = 21.31%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84343C (or 0x84343C) is known color: Old Brick. HEX triplet: 84, 34 and 3C. RGB value is (132,52,60). Sum of RGB (Red+Green+Blue) = 132+52+60=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84343C is #7BCBC3. Grayscale: #4C4C4C. Windows color (decimal): -8113092 or 3945604. OLE color: 3945604.

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

Color convert

RGB 132 52 60 -
CMYK 0 0.61 0.55 0.48
HSL 354º 0.43% 0.36% -
HSV(B) 354º 0.61% 0.52% -
XYZ 11.56 7.69 5.15 -
YUV 76.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 132 52 60 0 0.61 0.55 0.48 354 0.43 0.36
Hex 84 34 3C 0 3D 37 30 162 2B 24
Octal 204 64 74 0 75 67 60 542 53 44
Binary 10000100 110100 111100 0 111101 110111 110000 101100010 101011 100100

Color Harmonies of #84343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84343C

Black with #84343C

Text Example


Text Example

White with #84343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84343C;
 }
 .AnyTagClassName
 {
   color: #84343C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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