Shades of Jon #453B3C
Tints of Jon #453B3C
RGB
CMYK
RGB Variations
Color information
#453B3C (or 0x453B3C) is known color: Jon. HEX triplet: 45, 3B and 3C. RGB value is (69,59,60). Sum of RGB (Red+Green+Blue) = 69+59+60=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 69 - color contains mainly: red. Hex color #453B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B3C is #BAC4C3. Grayscale: #3E3E3E. Windows color (decimal): -12240068 or 3947333. OLE color: 3947333.
HSL color Cylindrical-coordinate representation of color #453B3C: hue angle of 354º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #453B3C is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 60 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.73 |
| HSL | 354º | 0.08% | 0.25% | - |
| HSV(B) | 354º | 0.14% | 0.27% | - |
| XYZ | 4.83 | 4.72 | 4.93 | - |
| YUV | 62.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 60 | 0 | 0.14 | 0.13 | 0.73 | 354 | 0.08 | 0.25 |
| Hex | 45 | 3B | 3C | 0 | E | D | 49 | 162 | 8 | 19 |
| Octal | 105 | 73 | 74 | 0 | 16 | 15 | 111 | 542 | 10 | 31 |
| Binary | 1000101 | 111011 | 111100 | 0 | 1110 | 1101 | 1001001 | 101100010 | 1000 | 11001 |
Color Harmonies of #453B3C
Complementary color
Monochromatic Colors of #453B3C
Black with #453B3C
Text Example
Text Example
White with #453B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B3C; }
p { color: rgb(69,59,60); }
H1.HeaderClassName
{
color: #453B3C;
}
.AnyTagClassName
{
color: #453B3C;
}
</style>
background-color css
<style>
a { background-color: #453B3C; }
a { background-color: rgb(69,59,60); }
div.DivClassName
{
background-color: #453B3C;
}
.BgClassName
{
background-color: #453B3C;
}
</style>
border-color css
<style>
span { border-color: #453B3C; }
span { border-color: rgb(69,59,60); }
td.TdClassName
{
border-color: #453B3C;
}
.TagClassName
{
border-color: #453B3C;
}
</style>