Shades of Bronze #CB752F
Tints of Bronze #CB752F
RGB
CMYK
RGB Variations
Color information
#CB752F (or 0xCB752F) is known color: Bronze. HEX triplet: CB, 75 and 2F. RGB value is (203,117,47). Sum of RGB (Red+Green+Blue) = 203+117+47=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB752F is #348AD0. Grayscale: #878787. Windows color (decimal): -3443409 or 3110347. OLE color: 3110347.
HSL color Cylindrical-coordinate representation of color #CB752F: hue angle of 26.92º 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 #CB752F is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 47 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.20 |
| HSL | 26.92º | 0.62% | 0.49% | - |
| HSV(B) | 26.92º | 0.77% | 0.8% | - |
| XYZ | 31.5 | 25.62 | 5.97 | - |
| YUV | 134.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 47 | 0 | 0.42 | 0.77 | 0.20 | 26.92 | 0.62 | 0.49 |
| Hex | CB | 75 | 2F | 0 | 2A | 4D | 14 | 1B | 3E | 31 |
| Octal | 313 | 165 | 57 | 0 | 52 | 115 | 24 | 33 | 76 | 61 |
| Binary | 11001011 | 1110101 | 101111 | 0 | 101010 | 1001101 | 10100 | 11011 | 111110 | 110001 |
Color Harmonies of #CB752F
Complementary color
Monochromatic Colors of #CB752F
Black with #CB752F
Text Example
Text Example
White with #CB752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB752F; }
p { color: rgb(203,117,47); }
H1.HeaderClassName
{
color: #CB752F;
}
.AnyTagClassName
{
color: #CB752F;
}
</style>
background-color css
<style>
a { background-color: #CB752F; }
a { background-color: rgb(203,117,47); }
div.DivClassName
{
background-color: #CB752F;
}
.BgClassName
{
background-color: #CB752F;
}
</style>
border-color css
<style>
span { border-color: #CB752F; }
span { border-color: rgb(203,117,47); }
td.TdClassName
{
border-color: #CB752F;
}
.TagClassName
{
border-color: #CB752F;
}
</style>