Shades of Geebung #CA8728
Tints of Geebung #CA8728
RGB
CMYK
RGB Variations
Color information
#CA8728 (or 0xCA8728) is known color: Geebung. HEX triplet: CA, 87 and 28. RGB value is (202,135,40). Sum of RGB (Red+Green+Blue) = 202+135+40=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8728 is #3578D7. Grayscale: #909090. Windows color (decimal): -3504344 or 2656202. OLE color: 2656202.
HSL color Cylindrical-coordinate representation of color #CA8728: hue angle of 35.19º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA8728 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 40 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.21 |
| HSL | 35.19º | 0.67% | 0.47% | - |
| HSV(B) | 35.19º | 0.8% | 0.79% | - |
| XYZ | 33.4 | 30.04 | 6.04 | - |
| YUV | 144.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 40 | 0 | 0.33 | 0.80 | 0.21 | 35.19 | 0.67 | 0.47 |
| Hex | CA | 87 | 28 | 0 | 21 | 50 | 15 | 23 | 43 | 2F |
| Octal | 312 | 207 | 50 | 0 | 41 | 120 | 25 | 43 | 103 | 57 |
| Binary | 11001010 | 10000111 | 101000 | 0 | 100001 | 1010000 | 10101 | 100011 | 1000011 | 101111 |
Color Harmonies of #CA8728
Complementary color
Monochromatic Colors of #CA8728
Black with #CA8728
Text Example
Text Example
White with #CA8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8728; }
p { color: rgb(202,135,40); }
H1.HeaderClassName
{
color: #CA8728;
}
.AnyTagClassName
{
color: #CA8728;
}
</style>
background-color css
<style>
a { background-color: #CA8728; }
a { background-color: rgb(202,135,40); }
div.DivClassName
{
background-color: #CA8728;
}
.BgClassName
{
background-color: #CA8728;
}
</style>
border-color css
<style>
span { border-color: #CA8728; }
span { border-color: rgb(202,135,40); }
td.TdClassName
{
border-color: #CA8728;
}
.TagClassName
{
border-color: #CA8728;
}
</style>