Shades of Cab Sav #452F31
Tints of Cab Sav #452F31
RGB
CMYK
RGB Variations
Color information
#452F31 (or 0x452F31) is known color: Cab Sav. HEX triplet: 45, 2F and 31. RGB value is (69,47,49). Sum of RGB (Red+Green+Blue) = 69+47+49=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #452F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F31 is #BAD0CE. Grayscale: #353535. Windows color (decimal): -12243151 or 3223365. OLE color: 3223365.
HSL color Cylindrical-coordinate representation of color #452F31: hue angle of 354.55º 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 #452F31 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 47 | 49 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.73 |
| HSL | 354.55º | 0.19% | 0.23% | - |
| HSV(B) | 354.55º | 0.32% | 0.27% | - |
| XYZ | 4.03 | 3.52 | 3.37 | - |
| YUV | 53.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 49 | 0 | 0.32 | 0.29 | 0.73 | 354.55 | 0.19 | 0.23 |
| Hex | 45 | 2F | 31 | 0 | 20 | 1D | 49 | 163 | 13 | 17 |
| Octal | 105 | 57 | 61 | 0 | 40 | 35 | 111 | 543 | 23 | 27 |
| Binary | 1000101 | 101111 | 110001 | 0 | 100000 | 11101 | 1001001 | 101100011 | 10011 | 10111 |
Color Harmonies of #452F31
Complementary color
Monochromatic Colors of #452F31
Black with #452F31
Text Example
Text Example
White with #452F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F31; }
p { color: rgb(69,47,49); }
H1.HeaderClassName
{
color: #452F31;
}
.AnyTagClassName
{
color: #452F31;
}
</style>
background-color css
<style>
a { background-color: #452F31; }
a { background-color: rgb(69,47,49); }
div.DivClassName
{
background-color: #452F31;
}
.BgClassName
{
background-color: #452F31;
}
</style>
border-color css
<style>
span { border-color: #452F31; }
span { border-color: rgb(69,47,49); }
td.TdClassName
{
border-color: #452F31;
}
.TagClassName
{
border-color: #452F31;
}
</style>