Shades of Geebung #C38729
Tints of Geebung #C38729
RGB
CMYK
RGB Variations
Color information
#C38729 (or 0xC38729) is known color: Geebung. HEX triplet: C3, 87 and 29. RGB value is (195,135,41). Sum of RGB (Red+Green+Blue) = 195+135+41=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C38729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38729 is #3C78D6. Grayscale: #8E8E8E. Windows color (decimal): -3963095 or 2721731. OLE color: 2721731.
HSL color Cylindrical-coordinate representation of color #C38729: hue angle of 36.62º degrees, saturation: 0.65, 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 #C38729 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 41 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.24 |
| HSL | 36.62º | 0.65% | 0.46% | - |
| HSV(B) | 36.62º | 0.79% | 0.76% | - |
| XYZ | 31.57 | 29.09 | 6.05 | - |
| YUV | 142.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 41 | 0 | 0.31 | 0.79 | 0.24 | 36.62 | 0.65 | 0.46 |
| Hex | C3 | 87 | 29 | 0 | 1F | 4F | 18 | 25 | 41 | 2E |
| Octal | 303 | 207 | 51 | 0 | 37 | 117 | 30 | 45 | 101 | 56 |
| Binary | 11000011 | 10000111 | 101001 | 0 | 11111 | 1001111 | 11000 | 100101 | 1000001 | 101110 |
Color Harmonies of #C38729
Complementary color
Monochromatic Colors of #C38729
Black with #C38729
Text Example
Text Example
White with #C38729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38729; }
p { color: rgb(195,135,41); }
H1.HeaderClassName
{
color: #C38729;
}
.AnyTagClassName
{
color: #C38729;
}
</style>
background-color css
<style>
a { background-color: #C38729; }
a { background-color: rgb(195,135,41); }
div.DivClassName
{
background-color: #C38729;
}
.BgClassName
{
background-color: #C38729;
}
</style>
border-color css
<style>
span { border-color: #C38729; }
span { border-color: rgb(195,135,41); }
td.TdClassName
{
border-color: #C38729;
}
.TagClassName
{
border-color: #C38729;
}
</style>