Shades of Geebung #C38228
Tints of Geebung #C38228
RGB
CMYK
RGB Variations
Color information
#C38228 (or 0xC38228) is known color: Geebung. HEX triplet: C3, 82 and 28. RGB value is (195,130,40). Sum of RGB (Red+Green+Blue) = 195+130+40=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C38228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38228 is #3C7DD7. Grayscale: #8B8B8B. Windows color (decimal): -3964376 or 2654915. OLE color: 2654915.
HSL color Cylindrical-coordinate representation of color #C38228: hue angle of 34.84º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C38228 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 40 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.24 |
| HSL | 34.84º | 0.66% | 0.46% | - |
| HSV(B) | 34.84º | 0.79% | 0.76% | - |
| XYZ | 30.87 | 27.72 | 5.73 | - |
| YUV | 139.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 40 | 0 | 0.33 | 0.79 | 0.24 | 34.84 | 0.66 | 0.46 |
| Hex | C3 | 82 | 28 | 0 | 21 | 4F | 18 | 23 | 42 | 2E |
| Octal | 303 | 202 | 50 | 0 | 41 | 117 | 30 | 43 | 102 | 56 |
| Binary | 11000011 | 10000010 | 101000 | 0 | 100001 | 1001111 | 11000 | 100011 | 1000010 | 101110 |
Color Harmonies of #C38228
Complementary color
Monochromatic Colors of #C38228
Black with #C38228
Text Example
Text Example
White with #C38228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38228; }
p { color: rgb(195,130,40); }
H1.HeaderClassName
{
color: #C38228;
}
.AnyTagClassName
{
color: #C38228;
}
</style>
background-color css
<style>
a { background-color: #C38228; }
a { background-color: rgb(195,130,40); }
div.DivClassName
{
background-color: #C38228;
}
.BgClassName
{
background-color: #C38228;
}
</style>
border-color css
<style>
span { border-color: #C38228; }
span { border-color: rgb(195,130,40); }
td.TdClassName
{
border-color: #C38228;
}
.TagClassName
{
border-color: #C38228;
}
</style>