Shades of Bronze #CB752E
Tints of Bronze #CB752E
RGB
CMYK
RGB Variations
Color information
#CB752E (or 0xCB752E) is known color: Bronze. HEX triplet: CB, 75 and 2E. RGB value is (203,117,46). Sum of RGB (Red+Green+Blue) = 203+117+46=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB752E is #348AD1. Grayscale: #868686. Windows color (decimal): -3443410 or 3044811. OLE color: 3044811.
HSL color Cylindrical-coordinate representation of color #CB752E: hue angle of 27.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB752E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 46 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.20 |
| HSL | 27.13º | 0.63% | 0.49% | - |
| HSV(B) | 27.13º | 0.77% | 0.8% | - |
| XYZ | 31.48 | 25.62 | 5.87 | - |
| YUV | 134.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 46 | 0 | 0.42 | 0.77 | 0.20 | 27.13 | 0.63 | 0.49 |
| Hex | CB | 75 | 2E | 0 | 2A | 4D | 14 | 1B | 3F | 31 |
| Octal | 313 | 165 | 56 | 0 | 52 | 115 | 24 | 33 | 77 | 61 |
| Binary | 11001011 | 1110101 | 101110 | 0 | 101010 | 1001101 | 10100 | 11011 | 111111 | 110001 |
Color Harmonies of #CB752E
Complementary color
Monochromatic Colors of #CB752E
Black with #CB752E
Text Example
Text Example
White with #CB752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB752E; }
p { color: rgb(203,117,46); }
H1.HeaderClassName
{
color: #CB752E;
}
.AnyTagClassName
{
color: #CB752E;
}
</style>
background-color css
<style>
a { background-color: #CB752E; }
a { background-color: rgb(203,117,46); }
div.DivClassName
{
background-color: #CB752E;
}
.BgClassName
{
background-color: #CB752E;
}
</style>
border-color css
<style>
span { border-color: #CB752E; }
span { border-color: rgb(203,117,46); }
td.TdClassName
{
border-color: #CB752E;
}
.TagClassName
{
border-color: #CB752E;
}
</style>