Shades of Geebung #C38A2A
Tints of Geebung #C38A2A
RGB
CMYK
RGB Variations
Color information
#C38A2A (or 0xC38A2A) is known color: Geebung. HEX triplet: C3, 8A and 2A. RGB value is (195,138,42). Sum of RGB (Red+Green+Blue) = 195+138+42=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A2A is #3C75D5. Grayscale: #909090. Windows color (decimal): -3962326 or 2788035. OLE color: 2788035.
HSL color Cylindrical-coordinate representation of color #C38A2A: hue angle of 37.65º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C38A2A is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 42 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.24 |
| HSL | 37.65º | 0.65% | 0.46% | - |
| HSV(B) | 37.65º | 0.78% | 0.76% | - |
| XYZ | 32.01 | 29.95 | 6.28 | - |
| YUV | 144.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 42 | 0 | 0.29 | 0.78 | 0.24 | 37.65 | 0.65 | 0.46 |
| Hex | C3 | 8A | 2A | 0 | 1D | 4E | 18 | 26 | 41 | 2E |
| Octal | 303 | 212 | 52 | 0 | 35 | 116 | 30 | 46 | 101 | 56 |
| Binary | 11000011 | 10001010 | 101010 | 0 | 11101 | 1001110 | 11000 | 100110 | 1000001 | 101110 |
Color Harmonies of #C38A2A
Complementary color
Monochromatic Colors of #C38A2A
Black with #C38A2A
Text Example
Text Example
White with #C38A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A2A; }
p { color: rgb(195,138,42); }
H1.HeaderClassName
{
color: #C38A2A;
}
.AnyTagClassName
{
color: #C38A2A;
}
</style>
background-color css
<style>
a { background-color: #C38A2A; }
a { background-color: rgb(195,138,42); }
div.DivClassName
{
background-color: #C38A2A;
}
.BgClassName
{
background-color: #C38A2A;
}
</style>
border-color css
<style>
span { border-color: #C38A2A; }
span { border-color: rgb(195,138,42); }
td.TdClassName
{
border-color: #C38A2A;
}
.TagClassName
{
border-color: #C38A2A;
}
</style>