Shades of Bronze #CB792D
Tints of Bronze #CB792D
RGB
CMYK
RGB Variations
Color information
#CB792D (or 0xCB792D) is known color: Bronze. HEX triplet: CB, 79 and 2D. RGB value is (203,121,45). Sum of RGB (Red+Green+Blue) = 203+121+45=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB792D is #3486D2. Grayscale: #898989. Windows color (decimal): -3442387 or 2980299. OLE color: 2980299.
HSL color Cylindrical-coordinate representation of color #CB792D: hue angle of 28.86º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB792D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 45 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.20 |
| HSL | 28.86º | 0.64% | 0.49% | - |
| HSV(B) | 28.86º | 0.78% | 0.8% | - |
| XYZ | 31.94 | 26.56 | 5.93 | - |
| YUV | 136.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 45 | 0 | 0.40 | 0.78 | 0.20 | 28.86 | 0.64 | 0.49 |
| Hex | CB | 79 | 2D | 0 | 28 | 4E | 14 | 1D | 40 | 31 |
| Octal | 313 | 171 | 55 | 0 | 50 | 116 | 24 | 35 | 100 | 61 |
| Binary | 11001011 | 1111001 | 101101 | 0 | 101000 | 1001110 | 10100 | 11101 | 1000000 | 110001 |
Color Harmonies of #CB792D
Complementary color
Monochromatic Colors of #CB792D
Black with #CB792D
Text Example
Text Example
White with #CB792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB792D; }
p { color: rgb(203,121,45); }
H1.HeaderClassName
{
color: #CB792D;
}
.AnyTagClassName
{
color: #CB792D;
}
</style>
background-color css
<style>
a { background-color: #CB792D; }
a { background-color: rgb(203,121,45); }
div.DivClassName
{
background-color: #CB792D;
}
.BgClassName
{
background-color: #CB792D;
}
</style>
border-color css
<style>
span { border-color: #CB792D; }
span { border-color: rgb(203,121,45); }
td.TdClassName
{
border-color: #CB792D;
}
.TagClassName
{
border-color: #CB792D;
}
</style>