Shades of Bronze #CB7938
Tints of Bronze #CB7938
RGB
CMYK
RGB Variations
Color information
#CB7938 (or 0xCB7938) is known color: Bronze. HEX triplet: CB, 79 and 38. RGB value is (203,121,56). Sum of RGB (Red+Green+Blue) = 203+121+56=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7938 is #3486C7. Grayscale: #8A8A8A. Windows color (decimal): -3442376 or 3701195. OLE color: 3701195.
HSL color Cylindrical-coordinate representation of color #CB7938: hue angle of 26.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB7938 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 56 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.20 |
| HSL | 26.53º | 0.59% | 0.51% | - |
| HSV(B) | 26.53º | 0.72% | 0.8% | - |
| XYZ | 32.18 | 26.66 | 7.19 | - |
| YUV | 138.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 56 | 0 | 0.40 | 0.72 | 0.20 | 26.53 | 0.59 | 0.51 |
| Hex | CB | 79 | 38 | 0 | 28 | 48 | 14 | 1B | 3B | 33 |
| Octal | 313 | 171 | 70 | 0 | 50 | 110 | 24 | 33 | 73 | 63 |
| Binary | 11001011 | 1111001 | 111000 | 0 | 101000 | 1001000 | 10100 | 11011 | 111011 | 110011 |
Color Harmonies of #CB7938
Complementary color
Monochromatic Colors of #CB7938
Black with #CB7938
Text Example
Text Example
White with #CB7938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7938; }
p { color: rgb(203,121,56); }
H1.HeaderClassName
{
color: #CB7938;
}
.AnyTagClassName
{
color: #CB7938;
}
</style>
background-color css
<style>
a { background-color: #CB7938; }
a { background-color: rgb(203,121,56); }
div.DivClassName
{
background-color: #CB7938;
}
.BgClassName
{
background-color: #CB7938;
}
</style>
border-color css
<style>
span { border-color: #CB7938; }
span { border-color: rgb(203,121,56); }
td.TdClassName
{
border-color: #CB7938;
}
.TagClassName
{
border-color: #CB7938;
}
</style>