Shades of Geebung #C38830
Tints of Geebung #C38830
RGB
CMYK
RGB Variations
Color information
#C38830 (or 0xC38830) is known color: Geebung. HEX triplet: C3, 88 and 30. RGB value is (195,136,48). Sum of RGB (Red+Green+Blue) = 195+136+48=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C38830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38830 is #3C77CF. Grayscale: #909090. Windows color (decimal): -3962832 or 3180739. OLE color: 3180739.
HSL color Cylindrical-coordinate representation of color #C38830: hue angle of 35.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C38830 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 48 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.24 |
| HSL | 35.92º | 0.6% | 0.48% | - |
| HSV(B) | 35.92º | 0.75% | 0.76% | - |
| XYZ | 31.84 | 29.42 | 6.8 | - |
| YUV | 143.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 48 | 0 | 0.30 | 0.75 | 0.24 | 35.92 | 0.6 | 0.48 |
| Hex | C3 | 88 | 30 | 0 | 1E | 4B | 18 | 24 | 3C | 30 |
| Octal | 303 | 210 | 60 | 0 | 36 | 113 | 30 | 44 | 74 | 60 |
| Binary | 11000011 | 10001000 | 110000 | 0 | 11110 | 1001011 | 11000 | 100100 | 111100 | 110000 |
Color Harmonies of #C38830
Complementary color
Monochromatic Colors of #C38830
Black with #C38830
Text Example
Text Example
White with #C38830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38830; }
p { color: rgb(195,136,48); }
H1.HeaderClassName
{
color: #C38830;
}
.AnyTagClassName
{
color: #C38830;
}
</style>
background-color css
<style>
a { background-color: #C38830; }
a { background-color: rgb(195,136,48); }
div.DivClassName
{
background-color: #C38830;
}
.BgClassName
{
background-color: #C38830;
}
</style>
border-color css
<style>
span { border-color: #C38830; }
span { border-color: rgb(195,136,48); }
td.TdClassName
{
border-color: #C38830;
}
.TagClassName
{
border-color: #C38830;
}
</style>