Shades of Bronze #CB762F
Tints of Bronze #CB762F
RGB
CMYK
RGB Variations
Color information
#CB762F (or 0xCB762F) is known color: Bronze. HEX triplet: CB, 76 and 2F. RGB value is (203,118,47). Sum of RGB (Red+Green+Blue) = 203+118+47=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB762F is #3489D0. Grayscale: #878787. Windows color (decimal): -3443153 or 3110603. OLE color: 3110603.
HSL color Cylindrical-coordinate representation of color #CB762F: hue angle of 27.31º 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 #CB762F is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 47 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.20 |
| HSL | 27.31º | 0.62% | 0.49% | - |
| HSV(B) | 27.31º | 0.77% | 0.8% | - |
| XYZ | 31.62 | 25.86 | 6.01 | - |
| YUV | 135.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 47 | 0 | 0.42 | 0.77 | 0.20 | 27.31 | 0.62 | 0.49 |
| Hex | CB | 76 | 2F | 0 | 2A | 4D | 14 | 1B | 3E | 31 |
| Octal | 313 | 166 | 57 | 0 | 52 | 115 | 24 | 33 | 76 | 61 |
| Binary | 11001011 | 1110110 | 101111 | 0 | 101010 | 1001101 | 10100 | 11011 | 111110 | 110001 |
Color Harmonies of #CB762F
Complementary color
Monochromatic Colors of #CB762F
Black with #CB762F
Text Example
Text Example
White with #CB762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB762F; }
p { color: rgb(203,118,47); }
H1.HeaderClassName
{
color: #CB762F;
}
.AnyTagClassName
{
color: #CB762F;
}
</style>
background-color css
<style>
a { background-color: #CB762F; }
a { background-color: rgb(203,118,47); }
div.DivClassName
{
background-color: #CB762F;
}
.BgClassName
{
background-color: #CB762F;
}
</style>
border-color css
<style>
span { border-color: #CB762F; }
span { border-color: rgb(203,118,47); }
td.TdClassName
{
border-color: #CB762F;
}
.TagClassName
{
border-color: #CB762F;
}
</style>