Shades of Geebung #C87D28
Tints of Geebung #C87D28
RGB
CMYK
RGB Variations
Color information
#C87D28 (or 0xC87D28) is known color: Geebung. HEX triplet: C8, 7D and 28. RGB value is (200,125,40). Sum of RGB (Red+Green+Blue) = 200+125+40=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D28 is #3782D7. Grayscale: #8A8A8A. Windows color (decimal): -3637976 or 2653640. OLE color: 2653640.
HSL color Cylindrical-coordinate representation of color #C87D28: hue angle of 31.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C87D28 is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 40 | - |
| CMYK | 0 | 0.38 | 0.8 | 0.22 |
| HSL | 31.88º | 0.67% | 0.47% | - |
| HSV(B) | 31.88º | 0.8% | 0.78% | - |
| XYZ | 31.54 | 27.1 | 5.58 | - |
| YUV | 137.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 40 | 0 | 0.38 | 0.8 | 0.22 | 31.88 | 0.67 | 0.47 |
| Hex | C8 | 7D | 28 | 0 | 26 | 50 | 16 | 20 | 43 | 2F |
| Octal | 310 | 175 | 50 | 0 | 46 | 120 | 26 | 40 | 103 | 57 |
| Binary | 11001000 | 1111101 | 101000 | 0 | 100110 | 1010000 | 10110 | 100000 | 1000011 | 101111 |
Color Harmonies of #C87D28
Complementary color
Monochromatic Colors of #C87D28
Black with #C87D28
Text Example
Text Example
White with #C87D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D28; }
p { color: rgb(200,125,40); }
H1.HeaderClassName
{
color: #C87D28;
}
.AnyTagClassName
{
color: #C87D28;
}
</style>
background-color css
<style>
a { background-color: #C87D28; }
a { background-color: rgb(200,125,40); }
div.DivClassName
{
background-color: #C87D28;
}
.BgClassName
{
background-color: #C87D28;
}
</style>
border-color css
<style>
span { border-color: #C87D28; }
span { border-color: rgb(200,125,40); }
td.TdClassName
{
border-color: #C87D28;
}
.TagClassName
{
border-color: #C87D28;
}
</style>