Shades of Geebung #C78323
Tints of Geebung #C78323
RGB
CMYK
RGB Variations
Color information
#C78323 (or 0xC78323) is known color: Geebung. HEX triplet: C7, 83 and 23. RGB value is (199,131,35). Sum of RGB (Red+Green+Blue) = 199+131+35=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C78323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78323 is #387CDC. Grayscale: #8C8C8C. Windows color (decimal): -3701981 or 2327495. OLE color: 2327495.
HSL color Cylindrical-coordinate representation of color #C78323: hue angle of 35.12º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C78323 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 35 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.22 |
| HSL | 35.12º | 0.7% | 0.46% | - |
| HSV(B) | 35.12º | 0.82% | 0.78% | - |
| XYZ | 31.97 | 28.5 | 5.41 | - |
| YUV | 140.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 35 | 0 | 0.34 | 0.82 | 0.22 | 35.12 | 0.7 | 0.46 |
| Hex | C7 | 83 | 23 | 0 | 22 | 52 | 16 | 23 | 46 | 2E |
| Octal | 307 | 203 | 43 | 0 | 42 | 122 | 26 | 43 | 106 | 56 |
| Binary | 11000111 | 10000011 | 100011 | 0 | 100010 | 1010010 | 10110 | 100011 | 1000110 | 101110 |
Color Harmonies of #C78323
Complementary color
Monochromatic Colors of #C78323
Black with #C78323
Text Example
Text Example
White with #C78323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78323; }
p { color: rgb(199,131,35); }
H1.HeaderClassName
{
color: #C78323;
}
.AnyTagClassName
{
color: #C78323;
}
</style>
background-color css
<style>
a { background-color: #C78323; }
a { background-color: rgb(199,131,35); }
div.DivClassName
{
background-color: #C78323;
}
.BgClassName
{
background-color: #C78323;
}
</style>
border-color css
<style>
span { border-color: #C78323; }
span { border-color: rgb(199,131,35); }
td.TdClassName
{
border-color: #C78323;
}
.TagClassName
{
border-color: #C78323;
}
</style>