Shades of Geebung #C38435
Tints of Geebung #C38435
RGB
CMYK
RGB Variations
Color information
#C38435 (or 0xC38435) is known color: Geebung. HEX triplet: C3, 84 and 35. RGB value is (195,132,53). Sum of RGB (Red+Green+Blue) = 195+132+53=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C38435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38435 is #3C7BCA. Grayscale: #8E8E8E. Windows color (decimal): -3963851 or 3507395. OLE color: 3507395.
HSL color Cylindrical-coordinate representation of color #C38435: hue angle of 33.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38435 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 53 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.24 |
| HSL | 33.38º | 0.57% | 0.49% | - |
| HSV(B) | 33.38º | 0.73% | 0.76% | - |
| XYZ | 31.4 | 28.36 | 7.19 | - |
| YUV | 141.83 | 77.87 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 53 | 0 | 0.32 | 0.73 | 0.24 | 33.38 | 0.57 | 0.49 |
| Hex | C3 | 84 | 35 | 0 | 20 | 49 | 18 | 21 | 39 | 31 |
| Octal | 303 | 204 | 65 | 0 | 40 | 111 | 30 | 41 | 71 | 61 |
| Binary | 11000011 | 10000100 | 110101 | 0 | 100000 | 1001001 | 11000 | 100001 | 111001 | 110001 |
Color Harmonies of #C38435
Complementary color
Monochromatic Colors of #C38435
Black with #C38435
Text Example
Text Example
White with #C38435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38435; }
p { color: rgb(195,132,53); }
H1.HeaderClassName
{
color: #C38435;
}
.AnyTagClassName
{
color: #C38435;
}
</style>
background-color css
<style>
a { background-color: #C38435; }
a { background-color: rgb(195,132,53); }
div.DivClassName
{
background-color: #C38435;
}
.BgClassName
{
background-color: #C38435;
}
</style>
border-color css
<style>
span { border-color: #C38435; }
span { border-color: rgb(195,132,53); }
td.TdClassName
{
border-color: #C38435;
}
.TagClassName
{
border-color: #C38435;
}
</style>