Shades of Geebung #C38526
Tints of Geebung #C38526
RGB
CMYK
RGB Variations
Color information
#C38526 (or 0xC38526) is known color: Geebung. HEX triplet: C3, 85 and 26. RGB value is (195,133,38). Sum of RGB (Red+Green+Blue) = 195+133+38=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C38526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38526 is #3C7AD9. Grayscale: #8D8D8D. Windows color (decimal): -3963610 or 2524611. OLE color: 2524611.
HSL color Cylindrical-coordinate representation of color #C38526: hue angle of 36.31º 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 #C38526 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 38 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.24 |
| HSL | 36.31º | 0.67% | 0.46% | - |
| HSV(B) | 36.31º | 0.81% | 0.76% | - |
| XYZ | 31.24 | 28.52 | 5.69 | - |
| YUV | 140.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 38 | 0 | 0.32 | 0.81 | 0.24 | 36.31 | 0.67 | 0.46 |
| Hex | C3 | 85 | 26 | 0 | 20 | 51 | 18 | 24 | 43 | 2E |
| Octal | 303 | 205 | 46 | 0 | 40 | 121 | 30 | 44 | 103 | 56 |
| Binary | 11000011 | 10000101 | 100110 | 0 | 100000 | 1010001 | 11000 | 100100 | 1000011 | 101110 |
Color Harmonies of #C38526
Complementary color
Monochromatic Colors of #C38526
Black with #C38526
Text Example
Text Example
White with #C38526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38526; }
p { color: rgb(195,133,38); }
H1.HeaderClassName
{
color: #C38526;
}
.AnyTagClassName
{
color: #C38526;
}
</style>
background-color css
<style>
a { background-color: #C38526; }
a { background-color: rgb(195,133,38); }
div.DivClassName
{
background-color: #C38526;
}
.BgClassName
{
background-color: #C38526;
}
</style>
border-color css
<style>
span { border-color: #C38526; }
span { border-color: rgb(195,133,38); }
td.TdClassName
{
border-color: #C38526;
}
.TagClassName
{
border-color: #C38526;
}
</style>