Shades of Geebung #C08525
Tints of Geebung #C08525
RGB
CMYK
RGB Variations
Color information
#C08525 (or 0xC08525) is known color: Geebung. HEX triplet: C0, 85 and 25. RGB value is (192,133,37). Sum of RGB (Red+Green+Blue) = 192+133+37=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C08525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08525 is #3F7ADA. Grayscale: #8C8C8C. Windows color (decimal): -4160219 or 2459072. OLE color: 2459072.
HSL color Cylindrical-coordinate representation of color #C08525: hue angle of 37.16º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C08525 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 37 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.25 |
| HSL | 37.16º | 0.68% | 0.45% | - |
| HSV(B) | 37.16º | 0.81% | 0.75% | - |
| XYZ | 30.46 | 28.12 | 5.57 | - |
| YUV | 139.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 37 | 0 | 0.31 | 0.81 | 0.25 | 37.16 | 0.68 | 0.45 |
| Hex | C0 | 85 | 25 | 0 | 1F | 51 | 19 | 25 | 44 | 2D |
| Octal | 300 | 205 | 45 | 0 | 37 | 121 | 31 | 45 | 104 | 55 |
| Binary | 11000000 | 10000101 | 100101 | 0 | 11111 | 1010001 | 11001 | 100101 | 1000100 | 101101 |
Color Harmonies of #C08525
Complementary color
Monochromatic Colors of #C08525
Black with #C08525
Text Example
Text Example
White with #C08525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08525; }
p { color: rgb(192,133,37); }
H1.HeaderClassName
{
color: #C08525;
}
.AnyTagClassName
{
color: #C08525;
}
</style>
background-color css
<style>
a { background-color: #C08525; }
a { background-color: rgb(192,133,37); }
div.DivClassName
{
background-color: #C08525;
}
.BgClassName
{
background-color: #C08525;
}
</style>
border-color css
<style>
span { border-color: #C08525; }
span { border-color: rgb(192,133,37); }
td.TdClassName
{
border-color: #C08525;
}
.TagClassName
{
border-color: #C08525;
}
</style>