Shades of Geebung #CB7F29
Tints of Geebung #CB7F29
RGB
CMYK
RGB Variations
Color information
#CB7F29 (or 0xCB7F29) is known color: Geebung. HEX triplet: CB, 7F and 29. RGB value is (203,127,41). Sum of RGB (Red+Green+Blue) = 203+127+41=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F29 is #3480D6. Grayscale: #8C8C8C. Windows color (decimal): -3440855 or 2719691. OLE color: 2719691.
HSL color Cylindrical-coordinate representation of color #CB7F29: hue angle of 31.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB7F29 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 41 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.20 |
| HSL | 31.85º | 0.66% | 0.48% | - |
| HSV(B) | 31.85º | 0.8% | 0.8% | - |
| XYZ | 32.62 | 28.04 | 5.79 | - |
| YUV | 139.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 41 | 0 | 0.37 | 0.80 | 0.20 | 31.85 | 0.66 | 0.48 |
| Hex | CB | 7F | 29 | 0 | 25 | 50 | 14 | 20 | 42 | 30 |
| Octal | 313 | 177 | 51 | 0 | 45 | 120 | 24 | 40 | 102 | 60 |
| Binary | 11001011 | 1111111 | 101001 | 0 | 100101 | 1010000 | 10100 | 100000 | 1000010 | 110000 |
Color Harmonies of #CB7F29
Complementary color
Monochromatic Colors of #CB7F29
Black with #CB7F29
Text Example
Text Example
White with #CB7F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F29; }
p { color: rgb(203,127,41); }
H1.HeaderClassName
{
color: #CB7F29;
}
.AnyTagClassName
{
color: #CB7F29;
}
</style>
background-color css
<style>
a { background-color: #CB7F29; }
a { background-color: rgb(203,127,41); }
div.DivClassName
{
background-color: #CB7F29;
}
.BgClassName
{
background-color: #CB7F29;
}
</style>
border-color css
<style>
span { border-color: #CB7F29; }
span { border-color: rgb(203,127,41); }
td.TdClassName
{
border-color: #CB7F29;
}
.TagClassName
{
border-color: #CB7F29;
}
</style>