Shades of Geebung #C38B2F
Tints of Geebung #C38B2F
RGB
CMYK
RGB Variations
Color information
#C38B2F (or 0xC38B2F) is known color: Geebung. HEX triplet: C3, 8B and 2F. RGB value is (195,139,47). Sum of RGB (Red+Green+Blue) = 195+139+47=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B2F is #3C74D0. Grayscale: #919191. Windows color (decimal): -3962065 or 3115971. OLE color: 3115971.
HSL color Cylindrical-coordinate representation of color #C38B2F: hue angle of 37.3º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C38B2F is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 47 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.24 |
| HSL | 37.3º | 0.61% | 0.47% | - |
| HSV(B) | 37.3º | 0.76% | 0.76% | - |
| XYZ | 32.25 | 30.27 | 6.83 | - |
| YUV | 145.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 47 | 0 | 0.29 | 0.76 | 0.24 | 37.3 | 0.61 | 0.47 |
| Hex | C3 | 8B | 2F | 0 | 1D | 4C | 18 | 25 | 3D | 2F |
| Octal | 303 | 213 | 57 | 0 | 35 | 114 | 30 | 45 | 75 | 57 |
| Binary | 11000011 | 10001011 | 101111 | 0 | 11101 | 1001100 | 11000 | 100101 | 111101 | 101111 |
Color Harmonies of #C38B2F
Complementary color
Monochromatic Colors of #C38B2F
Black with #C38B2F
Text Example
Text Example
White with #C38B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B2F; }
p { color: rgb(195,139,47); }
H1.HeaderClassName
{
color: #C38B2F;
}
.AnyTagClassName
{
color: #C38B2F;
}
</style>
background-color css
<style>
a { background-color: #C38B2F; }
a { background-color: rgb(195,139,47); }
div.DivClassName
{
background-color: #C38B2F;
}
.BgClassName
{
background-color: #C38B2F;
}
</style>
border-color css
<style>
span { border-color: #C38B2F; }
span { border-color: rgb(195,139,47); }
td.TdClassName
{
border-color: #C38B2F;
}
.TagClassName
{
border-color: #C38B2F;
}
</style>