Shades of Geebung #C38130
Tints of Geebung #C38130
RGB
CMYK
RGB Variations
Color information
#C38130 (or 0xC38130) is known color: Geebung. HEX triplet: C3, 81 and 30. RGB value is (195,129,48). Sum of RGB (Red+Green+Blue) = 195+129+48=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C38130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38130 is #3C7ECF. Grayscale: #8B8B8B. Windows color (decimal): -3964624 or 3178947. OLE color: 3178947.
HSL color Cylindrical-coordinate representation of color #C38130: hue angle of 33.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C38130 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 48 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.24 |
| HSL | 33.06º | 0.6% | 0.48% | - |
| HSV(B) | 33.06º | 0.75% | 0.76% | - |
| XYZ | 30.89 | 27.52 | 6.48 | - |
| YUV | 139.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 48 | 0 | 0.34 | 0.75 | 0.24 | 33.06 | 0.6 | 0.48 |
| Hex | C3 | 81 | 30 | 0 | 22 | 4B | 18 | 21 | 3C | 30 |
| Octal | 303 | 201 | 60 | 0 | 42 | 113 | 30 | 41 | 74 | 60 |
| Binary | 11000011 | 10000001 | 110000 | 0 | 100010 | 1001011 | 11000 | 100001 | 111100 | 110000 |
Color Harmonies of #C38130
Complementary color
Monochromatic Colors of #C38130
Black with #C38130
Text Example
Text Example
White with #C38130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38130; }
p { color: rgb(195,129,48); }
H1.HeaderClassName
{
color: #C38130;
}
.AnyTagClassName
{
color: #C38130;
}
</style>
background-color css
<style>
a { background-color: #C38130; }
a { background-color: rgb(195,129,48); }
div.DivClassName
{
background-color: #C38130;
}
.BgClassName
{
background-color: #C38130;
}
</style>
border-color css
<style>
span { border-color: #C38130; }
span { border-color: rgb(195,129,48); }
td.TdClassName
{
border-color: #C38130;
}
.TagClassName
{
border-color: #C38130;
}
</style>