Shades of Geebung #C38733
Tints of Geebung #C38733
RGB
CMYK
RGB Variations
Color information
#C38733 (or 0xC38733) is known color: Geebung. HEX triplet: C3, 87 and 33. RGB value is (195,135,51). Sum of RGB (Red+Green+Blue) = 195+135+51=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38733 is #3C78CC. Grayscale: #8F8F8F. Windows color (decimal): -3963085 or 3377091. OLE color: 3377091.
HSL color Cylindrical-coordinate representation of color #C38733: hue angle of 35º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C38733 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 51 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.24 |
| HSL | 35º | 0.59% | 0.48% | - |
| HSV(B) | 35º | 0.74% | 0.76% | - |
| XYZ | 31.77 | 29.17 | 7.09 | - |
| YUV | 143.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 51 | 0 | 0.31 | 0.74 | 0.24 | 35 | 0.59 | 0.48 |
| Hex | C3 | 87 | 33 | 0 | 1F | 4A | 18 | 23 | 3B | 30 |
| Octal | 303 | 207 | 63 | 0 | 37 | 112 | 30 | 43 | 73 | 60 |
| Binary | 11000011 | 10000111 | 110011 | 0 | 11111 | 1001010 | 11000 | 100011 | 111011 | 110000 |
Color Harmonies of #C38733
Complementary color
Monochromatic Colors of #C38733
Black with #C38733
Text Example
Text Example
White with #C38733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38733; }
p { color: rgb(195,135,51); }
H1.HeaderClassName
{
color: #C38733;
}
.AnyTagClassName
{
color: #C38733;
}
</style>
background-color css
<style>
a { background-color: #C38733; }
a { background-color: rgb(195,135,51); }
div.DivClassName
{
background-color: #C38733;
}
.BgClassName
{
background-color: #C38733;
}
</style>
border-color css
<style>
span { border-color: #C38733; }
span { border-color: rgb(195,135,51); }
td.TdClassName
{
border-color: #C38733;
}
.TagClassName
{
border-color: #C38733;
}
</style>