Shades of Geebung #C38021
Tints of Geebung #C38021
RGB
CMYK
RGB Variations
Color information
#C38021 (or 0xC38021) is known color: Geebung. HEX triplet: C3, 80 and 21. RGB value is (195,128,33). Sum of RGB (Red+Green+Blue) = 195+128+33=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C38021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38021 is #3C7FDE. Grayscale: #898989. Windows color (decimal): -3964895 or 2195651. OLE color: 2195651.
HSL color Cylindrical-coordinate representation of color #C38021: hue angle of 35.19º degrees, saturation: 0.71, 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 #C38021 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 33 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.24 |
| HSL | 35.19º | 0.71% | 0.45% | - |
| HSV(B) | 35.19º | 0.83% | 0.76% | - |
| XYZ | 30.5 | 27.15 | 5.07 | - |
| YUV | 137.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 33 | 0 | 0.34 | 0.83 | 0.24 | 35.19 | 0.71 | 0.45 |
| Hex | C3 | 80 | 21 | 0 | 22 | 53 | 18 | 23 | 47 | 2D |
| Octal | 303 | 200 | 41 | 0 | 42 | 123 | 30 | 43 | 107 | 55 |
| Binary | 11000011 | 10000000 | 100001 | 0 | 100010 | 1010011 | 11000 | 100011 | 1000111 | 101101 |
Color Harmonies of #C38021
Complementary color
Monochromatic Colors of #C38021
Black with #C38021
Text Example
Text Example
White with #C38021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38021; }
p { color: rgb(195,128,33); }
H1.HeaderClassName
{
color: #C38021;
}
.AnyTagClassName
{
color: #C38021;
}
</style>
background-color css
<style>
a { background-color: #C38021; }
a { background-color: rgb(195,128,33); }
div.DivClassName
{
background-color: #C38021;
}
.BgClassName
{
background-color: #C38021;
}
</style>
border-color css
<style>
span { border-color: #C38021; }
span { border-color: rgb(195,128,33); }
td.TdClassName
{
border-color: #C38021;
}
.TagClassName
{
border-color: #C38021;
}
</style>