Shades of Bronze #CB7B2F
Tints of Bronze #CB7B2F
RGB
CMYK
RGB Variations
Color information
#CB7B2F (or 0xCB7B2F) is known color: Bronze. HEX triplet: CB, 7B and 2F. RGB value is (203,123,47). Sum of RGB (Red+Green+Blue) = 203+123+47=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B2F is #3484D0. Grayscale: #8A8A8A. Windows color (decimal): -3441873 or 3111883. OLE color: 3111883.
HSL color Cylindrical-coordinate representation of color #CB7B2F: hue angle of 29.23º degrees, saturation: 0.62, 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 #CB7B2F is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 47 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.20 |
| HSL | 29.23º | 0.62% | 0.49% | - |
| HSV(B) | 29.23º | 0.77% | 0.8% | - |
| XYZ | 32.22 | 27.07 | 6.22 | - |
| YUV | 138.26 | 76.5 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 47 | 0 | 0.39 | 0.77 | 0.20 | 29.23 | 0.62 | 0.49 |
| Hex | CB | 7B | 2F | 0 | 27 | 4D | 14 | 1D | 3E | 31 |
| Octal | 313 | 173 | 57 | 0 | 47 | 115 | 24 | 35 | 76 | 61 |
| Binary | 11001011 | 1111011 | 101111 | 0 | 100111 | 1001101 | 10100 | 11101 | 111110 | 110001 |
Color Harmonies of #CB7B2F
Complementary color
Monochromatic Colors of #CB7B2F
Black with #CB7B2F
Text Example
Text Example
White with #CB7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B2F; }
p { color: rgb(203,123,47); }
H1.HeaderClassName
{
color: #CB7B2F;
}
.AnyTagClassName
{
color: #CB7B2F;
}
</style>
background-color css
<style>
a { background-color: #CB7B2F; }
a { background-color: rgb(203,123,47); }
div.DivClassName
{
background-color: #CB7B2F;
}
.BgClassName
{
background-color: #CB7B2F;
}
</style>
border-color css
<style>
span { border-color: #CB7B2F; }
span { border-color: rgb(203,123,47); }
td.TdClassName
{
border-color: #CB7B2F;
}
.TagClassName
{
border-color: #CB7B2F;
}
</style>