Shades of Geebung #CB8927
Tints of Geebung #CB8927
RGB
CMYK
RGB Variations
Color information
#CB8927 (or 0xCB8927) is known color: Geebung. HEX triplet: CB, 89 and 27. RGB value is (203,137,39). Sum of RGB (Red+Green+Blue) = 203+137+39=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8927 is #3476D8. Grayscale: #929292. Windows color (decimal): -3438297 or 2591179. OLE color: 2591179.
HSL color Cylindrical-coordinate representation of color #CB8927: hue angle of 35.85º 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 #CB8927 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 39 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.20 |
| HSL | 35.85º | 0.68% | 0.47% | - |
| HSV(B) | 35.85º | 0.81% | 0.8% | - |
| XYZ | 33.94 | 30.73 | 6.06 | - |
| YUV | 145.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 39 | 0 | 0.33 | 0.81 | 0.20 | 35.85 | 0.68 | 0.47 |
| Hex | CB | 89 | 27 | 0 | 21 | 51 | 14 | 24 | 44 | 2F |
| Octal | 313 | 211 | 47 | 0 | 41 | 121 | 24 | 44 | 104 | 57 |
| Binary | 11001011 | 10001001 | 100111 | 0 | 100001 | 1010001 | 10100 | 100100 | 1000100 | 101111 |
Color Harmonies of #CB8927
Complementary color
Monochromatic Colors of #CB8927
Black with #CB8927
Text Example
Text Example
White with #CB8927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8927; }
p { color: rgb(203,137,39); }
H1.HeaderClassName
{
color: #CB8927;
}
.AnyTagClassName
{
color: #CB8927;
}
</style>
background-color css
<style>
a { background-color: #CB8927; }
a { background-color: rgb(203,137,39); }
div.DivClassName
{
background-color: #CB8927;
}
.BgClassName
{
background-color: #CB8927;
}
</style>
border-color css
<style>
span { border-color: #CB8927; }
span { border-color: rgb(203,137,39); }
td.TdClassName
{
border-color: #CB8927;
}
.TagClassName
{
border-color: #CB8927;
}
</style>