Shades of Bronze #CB7830
Tints of Bronze #CB7830
RGB
CMYK
RGB Variations
Color information
#CB7830 (or 0xCB7830) is known color: Bronze. HEX triplet: CB, 78 and 30. RGB value is (203,120,48). Sum of RGB (Red+Green+Blue) = 203+120+48=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7830 is #3487CF. Grayscale: #888888. Windows color (decimal): -3442640 or 3176651. OLE color: 3176651.
HSL color Cylindrical-coordinate representation of color #CB7830: hue angle of 27.87º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB7830 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 48 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.20 |
| HSL | 27.87º | 0.62% | 0.49% | - |
| HSV(B) | 27.87º | 0.76% | 0.8% | - |
| XYZ | 31.88 | 26.34 | 6.2 | - |
| YUV | 136.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 48 | 0 | 0.41 | 0.76 | 0.20 | 27.87 | 0.62 | 0.49 |
| Hex | CB | 78 | 30 | 0 | 29 | 4C | 14 | 1C | 3E | 31 |
| Octal | 313 | 170 | 60 | 0 | 51 | 114 | 24 | 34 | 76 | 61 |
| Binary | 11001011 | 1111000 | 110000 | 0 | 101001 | 1001100 | 10100 | 11100 | 111110 | 110001 |
Color Harmonies of #CB7830
Complementary color
Monochromatic Colors of #CB7830
Black with #CB7830
Text Example
Text Example
White with #CB7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7830; }
p { color: rgb(203,120,48); }
H1.HeaderClassName
{
color: #CB7830;
}
.AnyTagClassName
{
color: #CB7830;
}
</style>
background-color css
<style>
a { background-color: #CB7830; }
a { background-color: rgb(203,120,48); }
div.DivClassName
{
background-color: #CB7830;
}
.BgClassName
{
background-color: #CB7830;
}
</style>
border-color css
<style>
span { border-color: #CB7830; }
span { border-color: rgb(203,120,48); }
td.TdClassName
{
border-color: #CB7830;
}
.TagClassName
{
border-color: #CB7830;
}
</style>