Shades of Geebung #C38B2E
Tints of Geebung #C38B2E
RGB
CMYK
RGB Variations
Color information
#C38B2E (or 0xC38B2E) is known color: Geebung. HEX triplet: C3, 8B and 2E. RGB value is (195,139,46). Sum of RGB (Red+Green+Blue) = 195+139+46=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B2E is #3C74D1. Grayscale: #919191. Windows color (decimal): -3962066 or 3050435. OLE color: 3050435.
HSL color Cylindrical-coordinate representation of color #C38B2E: hue angle of 37.45º degrees, saturation: 0.62, 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 #C38B2E is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 46 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.24 |
| HSL | 37.45º | 0.62% | 0.47% | - |
| HSV(B) | 37.45º | 0.76% | 0.76% | - |
| XYZ | 32.23 | 30.26 | 6.73 | - |
| YUV | 145.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 46 | 0 | 0.29 | 0.76 | 0.24 | 37.45 | 0.62 | 0.47 |
| Hex | C3 | 8B | 2E | 0 | 1D | 4C | 18 | 25 | 3E | 2F |
| Octal | 303 | 213 | 56 | 0 | 35 | 114 | 30 | 45 | 76 | 57 |
| Binary | 11000011 | 10001011 | 101110 | 0 | 11101 | 1001100 | 11000 | 100101 | 111110 | 101111 |
Color Harmonies of #C38B2E
Complementary color
Monochromatic Colors of #C38B2E
Black with #C38B2E
Text Example
Text Example
White with #C38B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B2E; }
p { color: rgb(195,139,46); }
H1.HeaderClassName
{
color: #C38B2E;
}
.AnyTagClassName
{
color: #C38B2E;
}
</style>
background-color css
<style>
a { background-color: #C38B2E; }
a { background-color: rgb(195,139,46); }
div.DivClassName
{
background-color: #C38B2E;
}
.BgClassName
{
background-color: #C38B2E;
}
</style>
border-color css
<style>
span { border-color: #C38B2E; }
span { border-color: rgb(195,139,46); }
td.TdClassName
{
border-color: #C38B2E;
}
.TagClassName
{
border-color: #C38B2E;
}
</style>