Shades of Geebung #CB7F28
Tints of Geebung #CB7F28
RGB
CMYK
RGB Variations
Color information
#CB7F28 (or 0xCB7F28) is known color: Geebung. HEX triplet: CB, 7F and 28. RGB value is (203,127,40). Sum of RGB (Red+Green+Blue) = 203+127+40=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F28 is #3480D7. Grayscale: #8C8C8C. Windows color (decimal): -3440856 or 2654155. OLE color: 2654155.
HSL color Cylindrical-coordinate representation of color #CB7F28: hue angle of 32.02º degrees, saturation: 0.67, 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 #CB7F28 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 40 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.20 |
| HSL | 32.02º | 0.67% | 0.48% | - |
| HSV(B) | 32.02º | 0.8% | 0.8% | - |
| XYZ | 32.6 | 28.03 | 5.7 | - |
| YUV | 139.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 40 | 0 | 0.37 | 0.80 | 0.20 | 32.02 | 0.67 | 0.48 |
| Hex | CB | 7F | 28 | 0 | 25 | 50 | 14 | 20 | 43 | 30 |
| Octal | 313 | 177 | 50 | 0 | 45 | 120 | 24 | 40 | 103 | 60 |
| Binary | 11001011 | 1111111 | 101000 | 0 | 100101 | 1010000 | 10100 | 100000 | 1000011 | 110000 |
Color Harmonies of #CB7F28
Complementary color
Monochromatic Colors of #CB7F28
Black with #CB7F28
Text Example
Text Example
White with #CB7F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F28; }
p { color: rgb(203,127,40); }
H1.HeaderClassName
{
color: #CB7F28;
}
.AnyTagClassName
{
color: #CB7F28;
}
</style>
background-color css
<style>
a { background-color: #CB7F28; }
a { background-color: rgb(203,127,40); }
div.DivClassName
{
background-color: #CB7F28;
}
.BgClassName
{
background-color: #CB7F28;
}
</style>
border-color css
<style>
span { border-color: #CB7F28; }
span { border-color: rgb(203,127,40); }
td.TdClassName
{
border-color: #CB7F28;
}
.TagClassName
{
border-color: #CB7F28;
}
</style>