Shades of Barossa #452D37
Tints of Barossa #452D37
RGB
CMYK
RGB Variations
Color information
#452D37 (or 0x452D37) is known color: Barossa. HEX triplet: 45, 2D and 37. RGB value is (69,45,55). Sum of RGB (Red+Green+Blue) = 69+45+55=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 69 - color contains mainly: red. Hex color #452D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D37 is #BAD2C8. Grayscale: #353535. Windows color (decimal): -12243657 or 3616069. OLE color: 3616069.
HSL color Cylindrical-coordinate representation of color #452D37: hue angle of 335º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #452D37 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 55 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.73 |
| HSL | 335º | 0.21% | 0.22% | - |
| HSV(B) | 335º | 0.35% | 0.27% | - |
| XYZ | 4.08 | 3.42 | 4.06 | - |
| YUV | 53.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 55 | 0 | 0.35 | 0.20 | 0.73 | 335 | 0.21 | 0.22 |
| Hex | 45 | 2D | 37 | 0 | 23 | 14 | 49 | 14F | 15 | 16 |
| Octal | 105 | 55 | 67 | 0 | 43 | 24 | 111 | 517 | 25 | 26 |
| Binary | 1000101 | 101101 | 110111 | 0 | 100011 | 10100 | 1001001 | 101001111 | 10101 | 10110 |
Color Harmonies of #452D37
Complementary color
Monochromatic Colors of #452D37
Black with #452D37
Text Example
Text Example
White with #452D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D37; }
p { color: rgb(69,45,55); }
H1.HeaderClassName
{
color: #452D37;
}
.AnyTagClassName
{
color: #452D37;
}
</style>
background-color css
<style>
a { background-color: #452D37; }
a { background-color: rgb(69,45,55); }
div.DivClassName
{
background-color: #452D37;
}
.BgClassName
{
background-color: #452D37;
}
</style>
border-color css
<style>
span { border-color: #452D37; }
span { border-color: rgb(69,45,55); }
td.TdClassName
{
border-color: #452D37;
}
.TagClassName
{
border-color: #452D37;
}
</style>