Shades of Barossa #422D38
Tints of Barossa #422D38
RGB
CMYK
RGB Variations
Color information
#422D38 (or 0x422D38) is known color: Barossa. HEX triplet: 42, 2D and 38. RGB value is (66,45,56). Sum of RGB (Red+Green+Blue) = 66+45+56=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #422D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D38 is #BDD2C7. Grayscale: #343434. Windows color (decimal): -12440264 or 3681602. OLE color: 3681602.
HSL color Cylindrical-coordinate representation of color #422D38: hue angle of 328.57º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #422D38 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 56 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.74 |
| HSL | 328.57º | 0.19% | 0.22% | - |
| HSV(B) | 328.57º | 0.32% | 0.26% | - |
| XYZ | 3.9 | 3.32 | 4.18 | - |
| YUV | 52.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 56 | 0 | 0.32 | 0.15 | 0.74 | 328.57 | 0.19 | 0.22 |
| Hex | 42 | 2D | 38 | 0 | 20 | F | 4A | 149 | 13 | 16 |
| Octal | 102 | 55 | 70 | 0 | 40 | 17 | 112 | 511 | 23 | 26 |
| Binary | 1000010 | 101101 | 111000 | 0 | 100000 | 1111 | 1001010 | 101001001 | 10011 | 10110 |
Color Harmonies of #422D38
Complementary color
Monochromatic Colors of #422D38
Black with #422D38
Text Example
Text Example
White with #422D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D38; }
p { color: rgb(66,45,56); }
H1.HeaderClassName
{
color: #422D38;
}
.AnyTagClassName
{
color: #422D38;
}
</style>
background-color css
<style>
a { background-color: #422D38; }
a { background-color: rgb(66,45,56); }
div.DivClassName
{
background-color: #422D38;
}
.BgClassName
{
background-color: #422D38;
}
</style>
border-color css
<style>
span { border-color: #422D38; }
span { border-color: rgb(66,45,56); }
td.TdClassName
{
border-color: #422D38;
}
.TagClassName
{
border-color: #422D38;
}
</style>