Shades of Bronze #CB7831
Tints of Bronze #CB7831
RGB
CMYK
RGB Variations
Color information
#CB7831 (or 0xCB7831) is known color: Bronze. HEX triplet: CB, 78 and 31. RGB value is (203,120,49). Sum of RGB (Red+Green+Blue) = 203+120+49=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7831 is #3487CE. Grayscale: #898989. Windows color (decimal): -3442639 or 3242187. OLE color: 3242187.
HSL color Cylindrical-coordinate representation of color #CB7831: hue angle of 27.66º degrees, saturation: 0.61, 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 #CB7831 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 49 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.20 |
| HSL | 27.66º | 0.61% | 0.49% | - |
| HSV(B) | 27.66º | 0.76% | 0.8% | - |
| XYZ | 31.9 | 26.35 | 6.31 | - |
| YUV | 136.72 | 78.5 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 49 | 0 | 0.41 | 0.76 | 0.20 | 27.66 | 0.61 | 0.49 |
| Hex | CB | 78 | 31 | 0 | 29 | 4C | 14 | 1C | 3D | 31 |
| Octal | 313 | 170 | 61 | 0 | 51 | 114 | 24 | 34 | 75 | 61 |
| Binary | 11001011 | 1111000 | 110001 | 0 | 101001 | 1001100 | 10100 | 11100 | 111101 | 110001 |
Color Harmonies of #CB7831
Complementary color
Monochromatic Colors of #CB7831
Black with #CB7831
Text Example
Text Example
White with #CB7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7831; }
p { color: rgb(203,120,49); }
H1.HeaderClassName
{
color: #CB7831;
}
.AnyTagClassName
{
color: #CB7831;
}
</style>
background-color css
<style>
a { background-color: #CB7831; }
a { background-color: rgb(203,120,49); }
div.DivClassName
{
background-color: #CB7831;
}
.BgClassName
{
background-color: #CB7831;
}
</style>
border-color css
<style>
span { border-color: #CB7831; }
span { border-color: rgb(203,120,49); }
td.TdClassName
{
border-color: #CB7831;
}
.TagClassName
{
border-color: #CB7831;
}
</style>