Shades of Geebung #CA8422
Tints of Geebung #CA8422
RGB
CMYK
RGB Variations
Color information
#CA8422 (or 0xCA8422) is known color: Geebung. HEX triplet: CA, 84 and 22. RGB value is (202,132,34). Sum of RGB (Red+Green+Blue) = 202+132+34=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8422 is #357BDD. Grayscale: #8E8E8E. Windows color (decimal): -3505118 or 2262218. OLE color: 2262218.
HSL color Cylindrical-coordinate representation of color #CA8422: hue angle of 35º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA8422 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 34 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.21 |
| HSL | 35º | 0.71% | 0.46% | - |
| HSV(B) | 35º | 0.83% | 0.79% | - |
| XYZ | 32.9 | 29.17 | 5.41 | - |
| YUV | 141.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 34 | 0 | 0.35 | 0.83 | 0.21 | 35 | 0.71 | 0.46 |
| Hex | CA | 84 | 22 | 0 | 23 | 53 | 15 | 23 | 47 | 2E |
| Octal | 312 | 204 | 42 | 0 | 43 | 123 | 25 | 43 | 107 | 56 |
| Binary | 11001010 | 10000100 | 100010 | 0 | 100011 | 1010011 | 10101 | 100011 | 1000111 | 101110 |
Color Harmonies of #CA8422
Complementary color
Monochromatic Colors of #CA8422
Black with #CA8422
Text Example
Text Example
White with #CA8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8422; }
p { color: rgb(202,132,34); }
H1.HeaderClassName
{
color: #CA8422;
}
.AnyTagClassName
{
color: #CA8422;
}
</style>
background-color css
<style>
a { background-color: #CA8422; }
a { background-color: rgb(202,132,34); }
div.DivClassName
{
background-color: #CA8422;
}
.BgClassName
{
background-color: #CA8422;
}
</style>
border-color css
<style>
span { border-color: #CA8422; }
span { border-color: rgb(202,132,34); }
td.TdClassName
{
border-color: #CA8422;
}
.TagClassName
{
border-color: #CA8422;
}
</style>