Shades of Geebung #CB8925
Tints of Geebung #CB8925
RGB
CMYK
RGB Variations
Color information
#CB8925 (or 0xCB8925) is known color: Geebung. HEX triplet: CB, 89 and 25. RGB value is (203,137,37). Sum of RGB (Red+Green+Blue) = 203+137+37=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8925 is #3476DA. Grayscale: #919191. Windows color (decimal): -3438299 or 2460107. OLE color: 2460107.
HSL color Cylindrical-coordinate representation of color #CB8925: hue angle of 36.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB8925 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 37 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.20 |
| HSL | 36.14º | 0.69% | 0.47% | - |
| HSV(B) | 36.14º | 0.82% | 0.8% | - |
| XYZ | 33.91 | 30.72 | 5.89 | - |
| YUV | 145.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 37 | 0 | 0.33 | 0.82 | 0.20 | 36.14 | 0.69 | 0.47 |
| Hex | CB | 89 | 25 | 0 | 21 | 52 | 14 | 24 | 45 | 2F |
| Octal | 313 | 211 | 45 | 0 | 41 | 122 | 24 | 44 | 105 | 57 |
| Binary | 11001011 | 10001001 | 100101 | 0 | 100001 | 1010010 | 10100 | 100100 | 1000101 | 101111 |
Color Harmonies of #CB8925
Complementary color
Monochromatic Colors of #CB8925
Black with #CB8925
Text Example
Text Example
White with #CB8925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8925; }
p { color: rgb(203,137,37); }
H1.HeaderClassName
{
color: #CB8925;
}
.AnyTagClassName
{
color: #CB8925;
}
</style>
background-color css
<style>
a { background-color: #CB8925; }
a { background-color: rgb(203,137,37); }
div.DivClassName
{
background-color: #CB8925;
}
.BgClassName
{
background-color: #CB8925;
}
</style>
border-color css
<style>
span { border-color: #CB8925; }
span { border-color: rgb(203,137,37); }
td.TdClassName
{
border-color: #CB8925;
}
.TagClassName
{
border-color: #CB8925;
}
</style>