Shades of Geebung #C28330
Tints of Geebung #C28330
RGB
CMYK
RGB Variations
Color information
#C28330 (or 0xC28330) is known color: Geebung. HEX triplet: C2, 83 and 30. RGB value is (194,131,48). Sum of RGB (Red+Green+Blue) = 194+131+48=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C28330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28330 is #3D7CCF. Grayscale: #8C8C8C. Windows color (decimal): -4029648 or 3179458. OLE color: 3179458.
HSL color Cylindrical-coordinate representation of color #C28330: hue angle of 34.11º 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 #C28330 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 48 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.24 |
| HSL | 34.11º | 0.6% | 0.47% | - |
| HSV(B) | 34.11º | 0.75% | 0.76% | - |
| XYZ | 30.9 | 27.92 | 6.56 | - |
| YUV | 140.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 48 | 0 | 0.32 | 0.75 | 0.24 | 34.11 | 0.6 | 0.47 |
| Hex | C2 | 83 | 30 | 0 | 20 | 4B | 18 | 22 | 3C | 2F |
| Octal | 302 | 203 | 60 | 0 | 40 | 113 | 30 | 42 | 74 | 57 |
| Binary | 11000010 | 10000011 | 110000 | 0 | 100000 | 1001011 | 11000 | 100010 | 111100 | 101111 |
Color Harmonies of #C28330
Complementary color
Monochromatic Colors of #C28330
Black with #C28330
Text Example
Text Example
White with #C28330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28330; }
p { color: rgb(194,131,48); }
H1.HeaderClassName
{
color: #C28330;
}
.AnyTagClassName
{
color: #C28330;
}
</style>
background-color css
<style>
a { background-color: #C28330; }
a { background-color: rgb(194,131,48); }
div.DivClassName
{
background-color: #C28330;
}
.BgClassName
{
background-color: #C28330;
}
</style>
border-color css
<style>
span { border-color: #C28330; }
span { border-color: rgb(194,131,48); }
td.TdClassName
{
border-color: #C28330;
}
.TagClassName
{
border-color: #C28330;
}
</style>