Shades of Geebung #C38726
Tints of Geebung #C38726
RGB
CMYK
RGB Variations
Color information
#C38726 (or 0xC38726) is known color: Geebung. HEX triplet: C3, 87 and 26. RGB value is (195,135,38). Sum of RGB (Red+Green+Blue) = 195+135+38=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C38726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38726 is #3C78D9. Grayscale: #8E8E8E. Windows color (decimal): -3963098 or 2525123. OLE color: 2525123.
HSL color Cylindrical-coordinate representation of color #C38726: hue angle of 37.07º 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 #C38726 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 38 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.24 |
| HSL | 37.07º | 0.67% | 0.46% | - |
| HSV(B) | 37.07º | 0.81% | 0.76% | - |
| XYZ | 31.52 | 29.07 | 5.78 | - |
| YUV | 141.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 38 | 0 | 0.31 | 0.81 | 0.24 | 37.07 | 0.67 | 0.46 |
| Hex | C3 | 87 | 26 | 0 | 1F | 51 | 18 | 25 | 43 | 2E |
| Octal | 303 | 207 | 46 | 0 | 37 | 121 | 30 | 45 | 103 | 56 |
| Binary | 11000011 | 10000111 | 100110 | 0 | 11111 | 1010001 | 11000 | 100101 | 1000011 | 101110 |
Color Harmonies of #C38726
Complementary color
Monochromatic Colors of #C38726
Black with #C38726
Text Example
Text Example
White with #C38726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38726; }
p { color: rgb(195,135,38); }
H1.HeaderClassName
{
color: #C38726;
}
.AnyTagClassName
{
color: #C38726;
}
</style>
background-color css
<style>
a { background-color: #C38726; }
a { background-color: rgb(195,135,38); }
div.DivClassName
{
background-color: #C38726;
}
.BgClassName
{
background-color: #C38726;
}
</style>
border-color css
<style>
span { border-color: #C38726; }
span { border-color: rgb(195,135,38); }
td.TdClassName
{
border-color: #C38726;
}
.TagClassName
{
border-color: #C38726;
}
</style>