Shades of Geebung #C38027
Tints of Geebung #C38027
RGB
CMYK
RGB Variations
Color information
#C38027 (or 0xC38027) is known color: Geebung. HEX triplet: C3, 80 and 27. RGB value is (195,128,39). Sum of RGB (Red+Green+Blue) = 195+128+39=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C38027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38027 is #3C7FD8. Grayscale: #8A8A8A. Windows color (decimal): -3964889 or 2588867. OLE color: 2588867.
HSL color Cylindrical-coordinate representation of color #C38027: hue angle of 34.23º 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 #C38027 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 39 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.24 |
| HSL | 34.23º | 0.67% | 0.46% | - |
| HSV(B) | 34.23º | 0.8% | 0.76% | - |
| XYZ | 30.59 | 27.19 | 5.55 | - |
| YUV | 137.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 39 | 0 | 0.34 | 0.80 | 0.24 | 34.23 | 0.67 | 0.46 |
| Hex | C3 | 80 | 27 | 0 | 22 | 50 | 18 | 22 | 43 | 2E |
| Octal | 303 | 200 | 47 | 0 | 42 | 120 | 30 | 42 | 103 | 56 |
| Binary | 11000011 | 10000000 | 100111 | 0 | 100010 | 1010000 | 11000 | 100010 | 1000011 | 101110 |
Color Harmonies of #C38027
Complementary color
Monochromatic Colors of #C38027
Black with #C38027
Text Example
Text Example
White with #C38027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38027; }
p { color: rgb(195,128,39); }
H1.HeaderClassName
{
color: #C38027;
}
.AnyTagClassName
{
color: #C38027;
}
</style>
background-color css
<style>
a { background-color: #C38027; }
a { background-color: rgb(195,128,39); }
div.DivClassName
{
background-color: #C38027;
}
.BgClassName
{
background-color: #C38027;
}
</style>
border-color css
<style>
span { border-color: #C38027; }
span { border-color: rgb(195,128,39); }
td.TdClassName
{
border-color: #C38027;
}
.TagClassName
{
border-color: #C38027;
}
</style>