Shades of Bronze #CB772D
Tints of Bronze #CB772D
RGB
CMYK
RGB Variations
Color information
#CB772D (or 0xCB772D) is known color: Bronze. HEX triplet: CB, 77 and 2D. RGB value is (203,119,45). Sum of RGB (Red+Green+Blue) = 203+119+45=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB772D is #3488D2. Grayscale: #888888. Windows color (decimal): -3442899 or 2979787. OLE color: 2979787.
HSL color Cylindrical-coordinate representation of color #CB772D: hue angle of 28.1º 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 #CB772D is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 45 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.20 |
| HSL | 28.1º | 0.64% | 0.49% | - |
| HSV(B) | 28.1º | 0.78% | 0.8% | - |
| XYZ | 31.7 | 26.08 | 5.85 | - |
| YUV | 135.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 45 | 0 | 0.41 | 0.78 | 0.20 | 28.1 | 0.64 | 0.49 |
| Hex | CB | 77 | 2D | 0 | 29 | 4E | 14 | 1C | 40 | 31 |
| Octal | 313 | 167 | 55 | 0 | 51 | 116 | 24 | 34 | 100 | 61 |
| Binary | 11001011 | 1110111 | 101101 | 0 | 101001 | 1001110 | 10100 | 11100 | 1000000 | 110001 |
Color Harmonies of #CB772D
Complementary color
Monochromatic Colors of #CB772D
Black with #CB772D
Text Example
Text Example
White with #CB772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB772D; }
p { color: rgb(203,119,45); }
H1.HeaderClassName
{
color: #CB772D;
}
.AnyTagClassName
{
color: #CB772D;
}
</style>
background-color css
<style>
a { background-color: #CB772D; }
a { background-color: rgb(203,119,45); }
div.DivClassName
{
background-color: #CB772D;
}
.BgClassName
{
background-color: #CB772D;
}
</style>
border-color css
<style>
span { border-color: #CB772D; }
span { border-color: rgb(203,119,45); }
td.TdClassName
{
border-color: #CB772D;
}
.TagClassName
{
border-color: #CB772D;
}
</style>