Shades of Nugget #CB911D
Tints of Nugget #CB911D
RGB
CMYK
RGB Variations
Color information
#CB911D (or 0xCB911D) is known color: Nugget. HEX triplet: CB, 91 and 1D. RGB value is (203,145,29). Sum of RGB (Red+Green+Blue) = 203+145+29=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB911D is #346EE2. Grayscale: #959595. Windows color (decimal): -3436259 or 1937867. OLE color: 1937867.
HSL color Cylindrical-coordinate representation of color #CB911D: hue angle of 40º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB911D is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 29 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.20 |
| HSL | 40º | 0.75% | 0.45% | - |
| HSV(B) | 40º | 0.86% | 0.8% | - |
| XYZ | 34.98 | 33.04 | 5.7 | - |
| YUV | 149.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 29 | 0 | 0.29 | 0.86 | 0.20 | 40 | 0.75 | 0.45 |
| Hex | CB | 91 | 1D | 0 | 1D | 56 | 14 | 28 | 4B | 2D |
| Octal | 313 | 221 | 35 | 0 | 35 | 126 | 24 | 50 | 113 | 55 |
| Binary | 11001011 | 10010001 | 11101 | 0 | 11101 | 1010110 | 10100 | 101000 | 1001011 | 101101 |
Color Harmonies of #CB911D
Complementary color
Monochromatic Colors of #CB911D
Black with #CB911D
Text Example
Text Example
White with #CB911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB911D; }
p { color: rgb(203,145,29); }
H1.HeaderClassName
{
color: #CB911D;
}
.AnyTagClassName
{
color: #CB911D;
}
</style>
background-color css
<style>
a { background-color: #CB911D; }
a { background-color: rgb(203,145,29); }
div.DivClassName
{
background-color: #CB911D;
}
.BgClassName
{
background-color: #CB911D;
}
</style>
border-color css
<style>
span { border-color: #CB911D; }
span { border-color: rgb(203,145,29); }
td.TdClassName
{
border-color: #CB911D;
}
.TagClassName
{
border-color: #CB911D;
}
</style>