Shades of Geebung #C38527
Tints of Geebung #C38527
RGB
CMYK
RGB Variations
Color information
#C38527 (or 0xC38527) is known color: Geebung. HEX triplet: C3, 85 and 27. RGB value is (195,133,39). Sum of RGB (Red+Green+Blue) = 195+133+39=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C38527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38527 is #3C7AD8. Grayscale: #8D8D8D. Windows color (decimal): -3963609 or 2590147. OLE color: 2590147.
HSL color Cylindrical-coordinate representation of color #C38527: hue angle of 36.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C38527 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 39 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.24 |
| HSL | 36.15º | 0.67% | 0.46% | - |
| HSV(B) | 36.15º | 0.8% | 0.76% | - |
| XYZ | 31.26 | 28.52 | 5.78 | - |
| YUV | 140.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 39 | 0 | 0.32 | 0.80 | 0.24 | 36.15 | 0.67 | 0.46 |
| Hex | C3 | 85 | 27 | 0 | 20 | 50 | 18 | 24 | 43 | 2E |
| Octal | 303 | 205 | 47 | 0 | 40 | 120 | 30 | 44 | 103 | 56 |
| Binary | 11000011 | 10000101 | 100111 | 0 | 100000 | 1010000 | 11000 | 100100 | 1000011 | 101110 |
Color Harmonies of #C38527
Complementary color
Monochromatic Colors of #C38527
Black with #C38527
Text Example
Text Example
White with #C38527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38527; }
p { color: rgb(195,133,39); }
H1.HeaderClassName
{
color: #C38527;
}
.AnyTagClassName
{
color: #C38527;
}
</style>
background-color css
<style>
a { background-color: #C38527; }
a { background-color: rgb(195,133,39); }
div.DivClassName
{
background-color: #C38527;
}
.BgClassName
{
background-color: #C38527;
}
</style>
border-color css
<style>
span { border-color: #C38527; }
span { border-color: rgb(195,133,39); }
td.TdClassName
{
border-color: #C38527;
}
.TagClassName
{
border-color: #C38527;
}
</style>