Shades of Geebung #C3892B
Tints of Geebung #C3892B
RGB
CMYK
RGB Variations
Color information
#C3892B (or 0xC3892B) is known color: Geebung. HEX triplet: C3, 89 and 2B. RGB value is (195,137,43). Sum of RGB (Red+Green+Blue) = 195+137+43=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3892B is #3C76D4. Grayscale: #909090. Windows color (decimal): -3962581 or 2853315. OLE color: 2853315.
HSL color Cylindrical-coordinate representation of color #C3892B: hue angle of 37.11º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3892B is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 43 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.24 |
| HSL | 37.11º | 0.64% | 0.47% | - |
| HSV(B) | 37.11º | 0.78% | 0.76% | - |
| XYZ | 31.89 | 29.67 | 6.33 | - |
| YUV | 143.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 43 | 0 | 0.30 | 0.78 | 0.24 | 37.11 | 0.64 | 0.47 |
| Hex | C3 | 89 | 2B | 0 | 1E | 4E | 18 | 25 | 40 | 2F |
| Octal | 303 | 211 | 53 | 0 | 36 | 116 | 30 | 45 | 100 | 57 |
| Binary | 11000011 | 10001001 | 101011 | 0 | 11110 | 1001110 | 11000 | 100101 | 1000000 | 101111 |
Color Harmonies of #C3892B
Complementary color
Monochromatic Colors of #C3892B
Black with #C3892B
Text Example
Text Example
White with #C3892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3892B; }
p { color: rgb(195,137,43); }
H1.HeaderClassName
{
color: #C3892B;
}
.AnyTagClassName
{
color: #C3892B;
}
</style>
background-color css
<style>
a { background-color: #C3892B; }
a { background-color: rgb(195,137,43); }
div.DivClassName
{
background-color: #C3892B;
}
.BgClassName
{
background-color: #C3892B;
}
</style>
border-color css
<style>
span { border-color: #C3892B; }
span { border-color: rgb(195,137,43); }
td.TdClassName
{
border-color: #C3892B;
}
.TagClassName
{
border-color: #C3892B;
}
</style>