Shades of Geebung #CA8920
Tints of Geebung #CA8920
RGB
CMYK
RGB Variations
Color information
#CA8920 (or 0xCA8920) is known color: Geebung. HEX triplet: CA, 89 and 20. RGB value is (202,137,32). Sum of RGB (Red+Green+Blue) = 202+137+32=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8920 is #3576DF. Grayscale: #909090. Windows color (decimal): -3503840 or 2132426. OLE color: 2132426.
HSL color Cylindrical-coordinate representation of color #CA8920: hue angle of 37.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA8920 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 32 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.21 |
| HSL | 37.06º | 0.73% | 0.46% | - |
| HSV(B) | 37.06º | 0.84% | 0.79% | - |
| XYZ | 33.56 | 30.55 | 5.49 | - |
| YUV | 144.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 32 | 0 | 0.32 | 0.84 | 0.21 | 37.06 | 0.73 | 0.46 |
| Hex | CA | 89 | 20 | 0 | 20 | 54 | 15 | 25 | 49 | 2E |
| Octal | 312 | 211 | 40 | 0 | 40 | 124 | 25 | 45 | 111 | 56 |
| Binary | 11001010 | 10001001 | 100000 | 0 | 100000 | 1010100 | 10101 | 100101 | 1001001 | 101110 |
Color Harmonies of #CA8920
Complementary color
Monochromatic Colors of #CA8920
Black with #CA8920
Text Example
Text Example
White with #CA8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8920; }
p { color: rgb(202,137,32); }
H1.HeaderClassName
{
color: #CA8920;
}
.AnyTagClassName
{
color: #CA8920;
}
</style>
background-color css
<style>
a { background-color: #CA8920; }
a { background-color: rgb(202,137,32); }
div.DivClassName
{
background-color: #CA8920;
}
.BgClassName
{
background-color: #CA8920;
}
</style>
border-color css
<style>
span { border-color: #CA8920; }
span { border-color: rgb(202,137,32); }
td.TdClassName
{
border-color: #CA8920;
}
.TagClassName
{
border-color: #CA8920;
}
</style>