Shades of Geebung #C18423
Tints of Geebung #C18423
RGB
CMYK
RGB Variations
Color information
#C18423 (or 0xC18423) is known color: Geebung. HEX triplet: C1, 84 and 23. RGB value is (193,132,35). Sum of RGB (Red+Green+Blue) = 193+132+35=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C18423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18423 is #3E7BDC. Grayscale: #8B8B8B. Windows color (decimal): -4094941 or 2327745. OLE color: 2327745.
HSL color Cylindrical-coordinate representation of color #C18423: hue angle of 36.84º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C18423 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 35 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.24 |
| HSL | 36.84º | 0.69% | 0.45% | - |
| HSV(B) | 36.84º | 0.82% | 0.76% | - |
| XYZ | 30.55 | 27.96 | 5.38 | - |
| YUV | 139.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 35 | 0 | 0.32 | 0.82 | 0.24 | 36.84 | 0.69 | 0.45 |
| Hex | C1 | 84 | 23 | 0 | 20 | 52 | 18 | 25 | 45 | 2D |
| Octal | 301 | 204 | 43 | 0 | 40 | 122 | 30 | 45 | 105 | 55 |
| Binary | 11000001 | 10000100 | 100011 | 0 | 100000 | 1010010 | 11000 | 100101 | 1000101 | 101101 |
Color Harmonies of #C18423
Complementary color
Monochromatic Colors of #C18423
Black with #C18423
Text Example
Text Example
White with #C18423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18423; }
p { color: rgb(193,132,35); }
H1.HeaderClassName
{
color: #C18423;
}
.AnyTagClassName
{
color: #C18423;
}
</style>
background-color css
<style>
a { background-color: #C18423; }
a { background-color: rgb(193,132,35); }
div.DivClassName
{
background-color: #C18423;
}
.BgClassName
{
background-color: #C18423;
}
</style>
border-color css
<style>
span { border-color: #C18423; }
span { border-color: rgb(193,132,35); }
td.TdClassName
{
border-color: #C18423;
}
.TagClassName
{
border-color: #C18423;
}
</style>