Shades of Geebung #C18425
Tints of Geebung #C18425
RGB
CMYK
RGB Variations
Color information
#C18425 (or 0xC18425) is known color: Geebung. HEX triplet: C1, 84 and 25. RGB value is (193,132,37). Sum of RGB (Red+Green+Blue) = 193+132+37=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C18425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18425 is #3E7BDA. Grayscale: #8B8B8B. Windows color (decimal): -4094939 or 2458817. OLE color: 2458817.
HSL color Cylindrical-coordinate representation of color #C18425: hue angle of 36.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C18425 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 37 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.24 |
| HSL | 36.54º | 0.68% | 0.45% | - |
| HSV(B) | 36.54º | 0.81% | 0.76% | - |
| XYZ | 30.58 | 27.97 | 5.54 | - |
| YUV | 139.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 37 | 0 | 0.32 | 0.81 | 0.24 | 36.54 | 0.68 | 0.45 |
| Hex | C1 | 84 | 25 | 0 | 20 | 51 | 18 | 25 | 44 | 2D |
| Octal | 301 | 204 | 45 | 0 | 40 | 121 | 30 | 45 | 104 | 55 |
| Binary | 11000001 | 10000100 | 100101 | 0 | 100000 | 1010001 | 11000 | 100101 | 1000100 | 101101 |
Color Harmonies of #C18425
Complementary color
Monochromatic Colors of #C18425
Black with #C18425
Text Example
Text Example
White with #C18425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18425; }
p { color: rgb(193,132,37); }
H1.HeaderClassName
{
color: #C18425;
}
.AnyTagClassName
{
color: #C18425;
}
</style>
background-color css
<style>
a { background-color: #C18425; }
a { background-color: rgb(193,132,37); }
div.DivClassName
{
background-color: #C18425;
}
.BgClassName
{
background-color: #C18425;
}
</style>
border-color css
<style>
span { border-color: #C18425; }
span { border-color: rgb(193,132,37); }
td.TdClassName
{
border-color: #C18425;
}
.TagClassName
{
border-color: #C18425;
}
</style>