Shades of Geebung #C38826
Tints of Geebung #C38826
RGB
CMYK
RGB Variations
Color information
#C38826 (or 0xC38826) is known color: Geebung. HEX triplet: C3, 88 and 26. RGB value is (195,136,38). Sum of RGB (Red+Green+Blue) = 195+136+38=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C38826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38826 is #3C77D9. Grayscale: #8E8E8E. Windows color (decimal): -3962842 or 2525379. OLE color: 2525379.
HSL color Cylindrical-coordinate representation of color #C38826: hue angle of 37.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C38826 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 38 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.24 |
| HSL | 37.45º | 0.67% | 0.46% | - |
| HSV(B) | 37.45º | 0.81% | 0.76% | - |
| XYZ | 31.66 | 29.35 | 5.83 | - |
| YUV | 142.47 | 69.05 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 38 | 0 | 0.30 | 0.81 | 0.24 | 37.45 | 0.67 | 0.46 |
| Hex | C3 | 88 | 26 | 0 | 1E | 51 | 18 | 25 | 43 | 2E |
| Octal | 303 | 210 | 46 | 0 | 36 | 121 | 30 | 45 | 103 | 56 |
| Binary | 11000011 | 10001000 | 100110 | 0 | 11110 | 1010001 | 11000 | 100101 | 1000011 | 101110 |
Color Harmonies of #C38826
Complementary color
Monochromatic Colors of #C38826
Black with #C38826
Text Example
Text Example
White with #C38826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38826; }
p { color: rgb(195,136,38); }
H1.HeaderClassName
{
color: #C38826;
}
.AnyTagClassName
{
color: #C38826;
}
</style>
background-color css
<style>
a { background-color: #C38826; }
a { background-color: rgb(195,136,38); }
div.DivClassName
{
background-color: #C38826;
}
.BgClassName
{
background-color: #C38826;
}
</style>
border-color css
<style>
span { border-color: #C38826; }
span { border-color: rgb(195,136,38); }
td.TdClassName
{
border-color: #C38826;
}
.TagClassName
{
border-color: #C38826;
}
</style>