Shades of Old Brick #8A3034
Tints of Old Brick #8A3034
RGB
CMYK
RGB Variations
Color information
#8A3034 (or 0x8A3034) is known color: Old Brick. HEX triplet: 8A, 30 and 34. RGB value is (138,48,52). Sum of RGB (Red+Green+Blue) = 138+48+52=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3034 is #75CFCB. Grayscale: #4B4B4B. Windows color (decimal): -7720908 or 3420298. OLE color: 3420298.
HSL color Cylindrical-coordinate representation of color #8A3034: hue angle of 357.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3034 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 52 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.46 |
| HSL | 357.33º | 0.48% | 0.36% | - |
| HSV(B) | 357.33º | 0.65% | 0.54% | - |
| XYZ | 12.16 | 7.77 | 4.11 | - |
| YUV | 75.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 52 | 0 | 0.65 | 0.62 | 0.46 | 357.33 | 0.48 | 0.36 |
| Hex | 8A | 30 | 34 | 0 | 41 | 3E | 2E | 165 | 30 | 24 |
| Octal | 212 | 60 | 64 | 0 | 101 | 76 | 56 | 545 | 60 | 44 |
| Binary | 10001010 | 110000 | 110100 | 0 | 1000001 | 111110 | 101110 | 101100101 | 110000 | 100100 |
Color Harmonies of #8A3034
Complementary color
Monochromatic Colors of #8A3034
Black with #8A3034
Text Example
Text Example
White with #8A3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3034; }
p { color: rgb(138,48,52); }
H1.HeaderClassName
{
color: #8A3034;
}
.AnyTagClassName
{
color: #8A3034;
}
</style>
background-color css
<style>
a { background-color: #8A3034; }
a { background-color: rgb(138,48,52); }
div.DivClassName
{
background-color: #8A3034;
}
.BgClassName
{
background-color: #8A3034;
}
</style>
border-color css
<style>
span { border-color: #8A3034; }
span { border-color: rgb(138,48,52); }
td.TdClassName
{
border-color: #8A3034;
}
.TagClassName
{
border-color: #8A3034;
}
</style>