Shades of Geebung #C28430
Tints of Geebung #C28430
RGB
CMYK
RGB Variations
Color information
#C28430 (or 0xC28430) is known color: Geebung. HEX triplet: C2, 84 and 30. RGB value is (194,132,48). Sum of RGB (Red+Green+Blue) = 194+132+48=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C28430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28430 is #3D7BCF. Grayscale: #8D8D8D. Windows color (decimal): -4029392 or 3179714. OLE color: 3179714.
HSL color Cylindrical-coordinate representation of color #C28430: hue angle of 34.52º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C28430 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 48 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.24 |
| HSL | 34.52º | 0.6% | 0.47% | - |
| HSV(B) | 34.52º | 0.75% | 0.76% | - |
| XYZ | 31.03 | 28.19 | 6.6 | - |
| YUV | 140.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 48 | 0 | 0.32 | 0.75 | 0.24 | 34.52 | 0.6 | 0.47 |
| Hex | C2 | 84 | 30 | 0 | 20 | 4B | 18 | 23 | 3C | 2F |
| Octal | 302 | 204 | 60 | 0 | 40 | 113 | 30 | 43 | 74 | 57 |
| Binary | 11000010 | 10000100 | 110000 | 0 | 100000 | 1001011 | 11000 | 100011 | 111100 | 101111 |
Color Harmonies of #C28430
Complementary color
Monochromatic Colors of #C28430
Black with #C28430
Text Example
Text Example
White with #C28430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28430; }
p { color: rgb(194,132,48); }
H1.HeaderClassName
{
color: #C28430;
}
.AnyTagClassName
{
color: #C28430;
}
</style>
background-color css
<style>
a { background-color: #C28430; }
a { background-color: rgb(194,132,48); }
div.DivClassName
{
background-color: #C28430;
}
.BgClassName
{
background-color: #C28430;
}
</style>
border-color css
<style>
span { border-color: #C28430; }
span { border-color: rgb(194,132,48); }
td.TdClassName
{
border-color: #C28430;
}
.TagClassName
{
border-color: #C28430;
}
</style>