Shades of Geebung #C38122
Tints of Geebung #C38122
RGB
CMYK
RGB Variations
Color information
#C38122 (or 0xC38122) is known color: Geebung. HEX triplet: C3, 81 and 22. RGB value is (195,129,34). Sum of RGB (Red+Green+Blue) = 195+129+34=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C38122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38122 is #3C7EDD. Grayscale: #8A8A8A. Windows color (decimal): -3964638 or 2261443. OLE color: 2261443.
HSL color Cylindrical-coordinate representation of color #C38122: hue angle of 35.4º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C38122 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 34 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.24 |
| HSL | 35.4º | 0.7% | 0.45% | - |
| HSV(B) | 35.4º | 0.83% | 0.76% | - |
| XYZ | 30.64 | 27.42 | 5.19 | - |
| YUV | 137.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 34 | 0 | 0.34 | 0.83 | 0.24 | 35.4 | 0.7 | 0.45 |
| Hex | C3 | 81 | 22 | 0 | 22 | 53 | 18 | 23 | 46 | 2D |
| Octal | 303 | 201 | 42 | 0 | 42 | 123 | 30 | 43 | 106 | 55 |
| Binary | 11000011 | 10000001 | 100010 | 0 | 100010 | 1010011 | 11000 | 100011 | 1000110 | 101101 |
Color Harmonies of #C38122
Complementary color
Monochromatic Colors of #C38122
Black with #C38122
Text Example
Text Example
White with #C38122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38122; }
p { color: rgb(195,129,34); }
H1.HeaderClassName
{
color: #C38122;
}
.AnyTagClassName
{
color: #C38122;
}
</style>
background-color css
<style>
a { background-color: #C38122; }
a { background-color: rgb(195,129,34); }
div.DivClassName
{
background-color: #C38122;
}
.BgClassName
{
background-color: #C38122;
}
</style>
border-color css
<style>
span { border-color: #C38122; }
span { border-color: rgb(195,129,34); }
td.TdClassName
{
border-color: #C38122;
}
.TagClassName
{
border-color: #C38122;
}
</style>