Shades of Barossa #452F39
Tints of Barossa #452F39
RGB
CMYK
RGB Variations
Color information
#452F39 (or 0x452F39) is known color: Barossa. HEX triplet: 45, 2F and 39. RGB value is (69,47,57). Sum of RGB (Red+Green+Blue) = 69+47+57=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #452F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F39 is #BAD0C6. Grayscale: #363636. Windows color (decimal): -12243143 or 3747653. OLE color: 3747653.
HSL color Cylindrical-coordinate representation of color #452F39: hue angle of 332.73º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #452F39 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 47 | 57 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.73 |
| HSL | 332.73º | 0.19% | 0.23% | - |
| HSV(B) | 332.73º | 0.32% | 0.27% | - |
| XYZ | 4.21 | 3.59 | 4.34 | - |
| YUV | 54.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 57 | 0 | 0.32 | 0.17 | 0.73 | 332.73 | 0.19 | 0.23 |
| Hex | 45 | 2F | 39 | 0 | 20 | 11 | 49 | 14D | 13 | 17 |
| Octal | 105 | 57 | 71 | 0 | 40 | 21 | 111 | 515 | 23 | 27 |
| Binary | 1000101 | 101111 | 111001 | 0 | 100000 | 10001 | 1001001 | 101001101 | 10011 | 10111 |
Color Harmonies of #452F39
Complementary color
Monochromatic Colors of #452F39
Black with #452F39
Text Example
Text Example
White with #452F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F39; }
p { color: rgb(69,47,57); }
H1.HeaderClassName
{
color: #452F39;
}
.AnyTagClassName
{
color: #452F39;
}
</style>
background-color css
<style>
a { background-color: #452F39; }
a { background-color: rgb(69,47,57); }
div.DivClassName
{
background-color: #452F39;
}
.BgClassName
{
background-color: #452F39;
}
</style>
border-color css
<style>
span { border-color: #452F39; }
span { border-color: rgb(69,47,57); }
td.TdClassName
{
border-color: #452F39;
}
.TagClassName
{
border-color: #452F39;
}
</style>