Shades of Cab Sav #452D33
Tints of Cab Sav #452D33
RGB
CMYK
RGB Variations
Color information
#452D33 (or 0x452D33) is known color: Cab Sav. HEX triplet: 45, 2D and 33. RGB value is (69,45,51). Sum of RGB (Red+Green+Blue) = 69+45+51=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #452D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D33 is #BAD2CC. Grayscale: #343434. Windows color (decimal): -12243661 or 3353925. OLE color: 3353925.
HSL color Cylindrical-coordinate representation of color #452D33: hue angle of 345º 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 #452D33 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 51 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.73 |
| HSL | 345º | 0.21% | 0.22% | - |
| HSV(B) | 345º | 0.35% | 0.27% | - |
| XYZ | 3.99 | 3.38 | 3.57 | - |
| YUV | 52.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 51 | 0 | 0.35 | 0.26 | 0.73 | 345 | 0.21 | 0.22 |
| Hex | 45 | 2D | 33 | 0 | 23 | 1A | 49 | 159 | 15 | 16 |
| Octal | 105 | 55 | 63 | 0 | 43 | 32 | 111 | 531 | 25 | 26 |
| Binary | 1000101 | 101101 | 110011 | 0 | 100011 | 11010 | 1001001 | 101011001 | 10101 | 10110 |
Color Harmonies of #452D33
Complementary color
Monochromatic Colors of #452D33
Black with #452D33
Text Example
Text Example
White with #452D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D33; }
p { color: rgb(69,45,51); }
H1.HeaderClassName
{
color: #452D33;
}
.AnyTagClassName
{
color: #452D33;
}
</style>
background-color css
<style>
a { background-color: #452D33; }
a { background-color: rgb(69,45,51); }
div.DivClassName
{
background-color: #452D33;
}
.BgClassName
{
background-color: #452D33;
}
</style>
border-color css
<style>
span { border-color: #452D33; }
span { border-color: rgb(69,45,51); }
td.TdClassName
{
border-color: #452D33;
}
.TagClassName
{
border-color: #452D33;
}
</style>