Shades of Old Brick #803436
Tints of Old Brick #803436
RGB
CMYK
RGB Variations
Color information
#803436 (or 0x803436) is known color: Old Brick. HEX triplet: 80, 34 and 36. RGB value is (128,52,54). Sum of RGB (Red+Green+Blue) = 128+52+54=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #803436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803436 is #7FCBC9. Grayscale: #4B4B4B. Windows color (decimal): -8375242 or 3552384. OLE color: 3552384.
HSL color Cylindrical-coordinate representation of color #803436: hue angle of 358.42º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803436 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 54 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.50 |
| HSL | 358.42º | 0.42% | 0.35% | - |
| HSV(B) | 358.42º | 0.59% | 0.5% | - |
| XYZ | 10.8 | 7.31 | 4.33 | - |
| YUV | 74.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 54 | 0 | 0.59 | 0.58 | 0.50 | 358.42 | 0.42 | 0.35 |
| Hex | 80 | 34 | 36 | 0 | 3B | 3A | 32 | 166 | 2A | 23 |
| Octal | 200 | 64 | 66 | 0 | 73 | 72 | 62 | 546 | 52 | 43 |
| Binary | 10000000 | 110100 | 110110 | 0 | 111011 | 111010 | 110010 | 101100110 | 101010 | 100011 |
Color Harmonies of #803436
Complementary color
Monochromatic Colors of #803436
Black with #803436
Text Example
Text Example
White with #803436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803436; }
p { color: rgb(128,52,54); }
H1.HeaderClassName
{
color: #803436;
}
.AnyTagClassName
{
color: #803436;
}
</style>
background-color css
<style>
a { background-color: #803436; }
a { background-color: rgb(128,52,54); }
div.DivClassName
{
background-color: #803436;
}
.BgClassName
{
background-color: #803436;
}
</style>
border-color css
<style>
span { border-color: #803436; }
span { border-color: rgb(128,52,54); }
td.TdClassName
{
border-color: #803436;
}
.TagClassName
{
border-color: #803436;
}
</style>