Shades of Geebung #C57A2B
Tints of Geebung #C57A2B
RGB
CMYK
RGB Variations
Color information
#C57A2B (or 0xC57A2B) is known color: Geebung. HEX triplet: C5, 7A and 2B. RGB value is (197,122,43). Sum of RGB (Red+Green+Blue) = 197+122+43=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A2B is #3A85D4. Grayscale: #878787. Windows color (decimal): -3835349 or 2849477. OLE color: 2849477.
HSL color Cylindrical-coordinate representation of color #C57A2B: hue angle of 30.78º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C57A2B is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 43 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.23 |
| HSL | 30.78º | 0.64% | 0.47% | - |
| HSV(B) | 30.78º | 0.78% | 0.77% | - |
| XYZ | 30.42 | 25.96 | 5.69 | - |
| YUV | 135.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 43 | 0 | 0.38 | 0.78 | 0.23 | 30.78 | 0.64 | 0.47 |
| Hex | C5 | 7A | 2B | 0 | 26 | 4E | 17 | 1F | 40 | 2F |
| Octal | 305 | 172 | 53 | 0 | 46 | 116 | 27 | 37 | 100 | 57 |
| Binary | 11000101 | 1111010 | 101011 | 0 | 100110 | 1001110 | 10111 | 11111 | 1000000 | 101111 |
Color Harmonies of #C57A2B
Complementary color
Monochromatic Colors of #C57A2B
Black with #C57A2B
Text Example
Text Example
White with #C57A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A2B; }
p { color: rgb(197,122,43); }
H1.HeaderClassName
{
color: #C57A2B;
}
.AnyTagClassName
{
color: #C57A2B;
}
</style>
background-color css
<style>
a { background-color: #C57A2B; }
a { background-color: rgb(197,122,43); }
div.DivClassName
{
background-color: #C57A2B;
}
.BgClassName
{
background-color: #C57A2B;
}
</style>
border-color css
<style>
span { border-color: #C57A2B; }
span { border-color: rgb(197,122,43); }
td.TdClassName
{
border-color: #C57A2B;
}
.TagClassName
{
border-color: #C57A2B;
}
</style>