Shades of Geebung #CB8027
Tints of Geebung #CB8027
RGB
CMYK
RGB Variations
Color information
#CB8027 (or 0xCB8027) is known color: Geebung. HEX triplet: CB, 80 and 27. RGB value is (203,128,39). Sum of RGB (Red+Green+Blue) = 203+128+39=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8027 is #347FD8. Grayscale: #8C8C8C. Windows color (decimal): -3440601 or 2588875. OLE color: 2588875.
HSL color Cylindrical-coordinate representation of color #CB8027: hue angle of 32.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB8027 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 39 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.20 |
| HSL | 32.56º | 0.68% | 0.47% | - |
| HSV(B) | 32.56º | 0.81% | 0.8% | - |
| XYZ | 32.71 | 28.28 | 5.65 | - |
| YUV | 140.28 | 70.85 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 39 | 0 | 0.37 | 0.81 | 0.20 | 32.56 | 0.68 | 0.47 |
| Hex | CB | 80 | 27 | 0 | 25 | 51 | 14 | 21 | 44 | 2F |
| Octal | 313 | 200 | 47 | 0 | 45 | 121 | 24 | 41 | 104 | 57 |
| Binary | 11001011 | 10000000 | 100111 | 0 | 100101 | 1010001 | 10100 | 100001 | 1000100 | 101111 |
Color Harmonies of #CB8027
Complementary color
Monochromatic Colors of #CB8027
Black with #CB8027
Text Example
Text Example
White with #CB8027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8027; }
p { color: rgb(203,128,39); }
H1.HeaderClassName
{
color: #CB8027;
}
.AnyTagClassName
{
color: #CB8027;
}
</style>
background-color css
<style>
a { background-color: #CB8027; }
a { background-color: rgb(203,128,39); }
div.DivClassName
{
background-color: #CB8027;
}
.BgClassName
{
background-color: #CB8027;
}
</style>
border-color css
<style>
span { border-color: #CB8027; }
span { border-color: rgb(203,128,39); }
td.TdClassName
{
border-color: #CB8027;
}
.TagClassName
{
border-color: #CB8027;
}
</style>