Html Css Color HEX #843036 Old Brick

📋 copy color: '#843036'

red 132 ◦ green 48 ◦ blue 54

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

Shades of Old Brick #843036

Tints of Old Brick #843036

RGB

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

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

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

R = 56.41%
G = 20.51%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#843036 (or 0x843036) is known color: Old Brick. HEX triplet: 84, 30 and 36. RGB value is (132,48,54). Sum of RGB (Red+Green+Blue) = 132+48+54=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #843036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843036 is #7BCFC9. Grayscale: #494949. Windows color (decimal): -8114122 or 3551364. OLE color: 3551364.

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

Color convert

RGB 132 48 54 -
CMYK 0 0.64 0.59 0.48
HSL 355.71º 0.47% 0.35% -
HSV(B) 355.71º 0.64% 0.52% -
XYZ 11.24 7.29 4.3 -
YUV 73.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 132 48 54 0 0.64 0.59 0.48 355.71 0.47 0.35
Hex 84 30 36 0 40 3B 30 164 2F 23
Octal 204 60 66 0 100 73 60 544 57 43
Binary 10000100 110000 110110 0 1000000 111011 110000 101100100 101111 100011

Color Harmonies of #843036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843036

Black with #843036

Text Example


Text Example

White with #843036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843036; }

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

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

background-color css

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

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

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

border-color css

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

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

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