Shades of Cab Sav #452F33
Tints of Cab Sav #452F33
RGB
CMYK
RGB Variations
Color information
#452F33 (or 0x452F33) is known color: Cab Sav. HEX triplet: 45, 2F and 33. RGB value is (69,47,51). Sum of RGB (Red+Green+Blue) = 69+47+51=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #452F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F33 is #BAD0CC. Grayscale: #363636. Windows color (decimal): -12243149 or 3354437. OLE color: 3354437.
HSL color Cylindrical-coordinate representation of color #452F33: hue angle of 349.09º 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 #452F33 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 47 | 51 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.73 |
| HSL | 349.09º | 0.19% | 0.23% | - |
| HSV(B) | 349.09º | 0.32% | 0.27% | - |
| XYZ | 4.07 | 3.54 | 3.6 | - |
| YUV | 54.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 51 | 0 | 0.32 | 0.26 | 0.73 | 349.09 | 0.19 | 0.23 |
| Hex | 45 | 2F | 33 | 0 | 20 | 1A | 49 | 15D | 13 | 17 |
| Octal | 105 | 57 | 63 | 0 | 40 | 32 | 111 | 535 | 23 | 27 |
| Binary | 1000101 | 101111 | 110011 | 0 | 100000 | 11010 | 1001001 | 101011101 | 10011 | 10111 |
Color Harmonies of #452F33
Complementary color
Monochromatic Colors of #452F33
Black with #452F33
Text Example
Text Example
White with #452F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F33; }
p { color: rgb(69,47,51); }
H1.HeaderClassName
{
color: #452F33;
}
.AnyTagClassName
{
color: #452F33;
}
</style>
background-color css
<style>
a { background-color: #452F33; }
a { background-color: rgb(69,47,51); }
div.DivClassName
{
background-color: #452F33;
}
.BgClassName
{
background-color: #452F33;
}
</style>
border-color css
<style>
span { border-color: #452F33; }
span { border-color: rgb(69,47,51); }
td.TdClassName
{
border-color: #452F33;
}
.TagClassName
{
border-color: #452F33;
}
</style>