Html Css Color HEX #843032 Old Brick

📋 copy color: '#843032'

red 132 ◦ green 48 ◦ blue 50

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

Shades of Old Brick #843032

Tints of Old Brick #843032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 57.39%
G = 20.87%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#843032 (or 0x843032) is known color: Old Brick. HEX triplet: 84, 30 and 32. RGB value is (132,48,50). Sum of RGB (Red+Green+Blue) = 132+48+50=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #843032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843032 is #7BCFCD. Grayscale: #494949. Windows color (decimal): -8114126 or 3289220. OLE color: 3289220.

HSL color Cylindrical-coordinate representation of color #843032: hue angle of 358.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843032 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 48 50 -
CMYK 0 0.64 0.62 0.48
HSL 358.57º 0.47% 0.35% -
HSV(B) 358.57º 0.64% 0.52% -
XYZ 11.15 7.25 3.83 -
YUV 73.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 132 48 50 0 0.64 0.62 0.48 358.57 0.47 0.35
Hex 84 30 32 0 40 3E 30 167 2F 23
Octal 204 60 62 0 100 76 60 547 57 43
Binary 10000100 110000 110010 0 1000000 111110 110000 101100111 101111 100011

Color Harmonies of #843032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843032

Black with #843032

Text Example


Text Example

White with #843032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843032; }

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

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

background-color css

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

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

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

border-color css

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

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

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