Html Css Color HEX #843536 Old Brick

📋 copy color: '#843536'

red 132 ◦ green 53 ◦ blue 54

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

Shades of Old Brick #843536

Tints of Old Brick #843536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 55.23%
G = 22.18%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#843536 (or 0x843536) is known color: Old Brick. HEX triplet: 84, 35 and 36. RGB value is (132,53,54). Sum of RGB (Red+Green+Blue) = 132+53+54=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #843536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843536 is #7BCAC9. Grayscale: #4C4C4C. Windows color (decimal): -8112842 or 3552644. OLE color: 3552644.

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

Color convert

RGB 132 53 54 -
CMYK 0 0.60 0.59 0.48
HSL 359.24º 0.43% 0.36% -
HSV(B) 359.24º 0.6% 0.52% -
XYZ 11.45 7.72 4.38 -
YUV 76.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 132 53 54 0 0.60 0.59 0.48 359.24 0.43 0.36
Hex 84 35 36 0 3C 3B 30 167 2B 24
Octal 204 65 66 0 74 73 60 547 53 44
Binary 10000100 110101 110110 0 111100 111011 110000 101100111 101011 100100

Color Harmonies of #843536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843536

Black with #843536

Text Example


Text Example

White with #843536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843536; }

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

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

background-color css

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

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

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

border-color css

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

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

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