Shades of Geebung #C38721
Tints of Geebung #C38721
RGB
CMYK
RGB Variations
Color information
#C38721 (or 0xC38721) is known color: Geebung. HEX triplet: C3, 87 and 21. RGB value is (195,135,33). Sum of RGB (Red+Green+Blue) = 195+135+33=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C38721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38721 is #3C78DE. Grayscale: #8D8D8D. Windows color (decimal): -3963103 or 2197443. OLE color: 2197443.
HSL color Cylindrical-coordinate representation of color #C38721: hue angle of 37.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C38721 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 33 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.24 |
| HSL | 37.78º | 0.71% | 0.45% | - |
| HSV(B) | 37.78º | 0.83% | 0.76% | - |
| XYZ | 31.44 | 29.04 | 5.39 | - |
| YUV | 141.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 33 | 0 | 0.31 | 0.83 | 0.24 | 37.78 | 0.71 | 0.45 |
| Hex | C3 | 87 | 21 | 0 | 1F | 53 | 18 | 26 | 47 | 2D |
| Octal | 303 | 207 | 41 | 0 | 37 | 123 | 30 | 46 | 107 | 55 |
| Binary | 11000011 | 10000111 | 100001 | 0 | 11111 | 1010011 | 11000 | 100110 | 1000111 | 101101 |
Color Harmonies of #C38721
Complementary color
Monochromatic Colors of #C38721
Black with #C38721
Text Example
Text Example
White with #C38721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38721; }
p { color: rgb(195,135,33); }
H1.HeaderClassName
{
color: #C38721;
}
.AnyTagClassName
{
color: #C38721;
}
</style>
background-color css
<style>
a { background-color: #C38721; }
a { background-color: rgb(195,135,33); }
div.DivClassName
{
background-color: #C38721;
}
.BgClassName
{
background-color: #C38721;
}
</style>
border-color css
<style>
span { border-color: #C38721; }
span { border-color: rgb(195,135,33); }
td.TdClassName
{
border-color: #C38721;
}
.TagClassName
{
border-color: #C38721;
}
</style>