Shades of Bronzetone #3C4B23
Tints of Bronzetone #3C4B23
RGB
CMYK
RGB Variations
Color information
#3C4B23 (or 0x3C4B23) is known color: Bronzetone. HEX triplet: 3C, 4B and 23. RGB value is (60,75,35). Sum of RGB (Red+Green+Blue) = 60+75+35=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B23 is #C3B4DC. Grayscale: #424242. Windows color (decimal): -12825821 or 2313020. OLE color: 2313020.
HSL color Cylindrical-coordinate representation of color #3C4B23: hue angle of 82.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C4B23 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 75 | 35 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.71 |
| HSL | 82.5º | 0.36% | 0.22% | - |
| HSV(B) | 82.5º | 0.53% | 0.29% | - |
| XYZ | 4.68 | 6.11 | 2.52 | - |
| YUV | 65.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 35 | 0.20 | 0 | 0.53 | 0.71 | 82.5 | 0.36 | 0.22 |
| Hex | 3C | 4B | 23 | 14 | 0 | 35 | 47 | 52 | 24 | 16 |
| Octal | 74 | 113 | 43 | 24 | 0 | 65 | 107 | 122 | 44 | 26 |
| Binary | 111100 | 1001011 | 100011 | 10100 | 0 | 110101 | 1000111 | 1010010 | 100100 | 10110 |
Color Harmonies of #3C4B23
Complementary color
Monochromatic Colors of #3C4B23
Black with #3C4B23
Text Example
Text Example
White with #3C4B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B23; }
p { color: rgb(60,75,35); }
H1.HeaderClassName
{
color: #3C4B23;
}
.AnyTagClassName
{
color: #3C4B23;
}
</style>
background-color css
<style>
a { background-color: #3C4B23; }
a { background-color: rgb(60,75,35); }
div.DivClassName
{
background-color: #3C4B23;
}
.BgClassName
{
background-color: #3C4B23;
}
</style>
border-color css
<style>
span { border-color: #3C4B23; }
span { border-color: rgb(60,75,35); }
td.TdClassName
{
border-color: #3C4B23;
}
.TagClassName
{
border-color: #3C4B23;
}
</style>