Shades of Cab Sav #452E34
Tints of Cab Sav #452E34
RGB
CMYK
RGB Variations
Color information
#452E34 (or 0x452E34) is known color: Cab Sav. HEX triplet: 45, 2E and 34. RGB value is (69,46,52). Sum of RGB (Red+Green+Blue) = 69+46+52=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #452E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E34 is #BAD1CB. Grayscale: #353535. Windows color (decimal): -12243404 or 3419717. OLE color: 3419717.
HSL color Cylindrical-coordinate representation of color #452E34: hue angle of 344.35º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #452E34 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 46 | 52 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.73 |
| HSL | 344.35º | 0.2% | 0.23% | - |
| HSV(B) | 344.35º | 0.33% | 0.27% | - |
| XYZ | 4.05 | 3.47 | 3.7 | - |
| YUV | 53.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 52 | 0 | 0.33 | 0.25 | 0.73 | 344.35 | 0.2 | 0.23 |
| Hex | 45 | 2E | 34 | 0 | 21 | 19 | 49 | 158 | 14 | 17 |
| Octal | 105 | 56 | 64 | 0 | 41 | 31 | 111 | 530 | 24 | 27 |
| Binary | 1000101 | 101110 | 110100 | 0 | 100001 | 11001 | 1001001 | 101011000 | 10100 | 10111 |
Color Harmonies of #452E34
Complementary color
Monochromatic Colors of #452E34
Black with #452E34
Text Example
Text Example
White with #452E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E34; }
p { color: rgb(69,46,52); }
H1.HeaderClassName
{
color: #452E34;
}
.AnyTagClassName
{
color: #452E34;
}
</style>
background-color css
<style>
a { background-color: #452E34; }
a { background-color: rgb(69,46,52); }
div.DivClassName
{
background-color: #452E34;
}
.BgClassName
{
background-color: #452E34;
}
</style>
border-color css
<style>
span { border-color: #452E34; }
span { border-color: rgb(69,46,52); }
td.TdClassName
{
border-color: #452E34;
}
.TagClassName
{
border-color: #452E34;
}
</style>