Shades of Geebung #C37F28
Tints of Geebung #C37F28
RGB
CMYK
RGB Variations
Color information
#C37F28 (or 0xC37F28) is known color: Geebung. HEX triplet: C3, 7F and 28. RGB value is (195,127,40). Sum of RGB (Red+Green+Blue) = 195+127+40=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F28 is #3C80D7. Grayscale: #898989. Windows color (decimal): -3965144 or 2654147. OLE color: 2654147.
HSL color Cylindrical-coordinate representation of color #C37F28: hue angle of 33.68º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C37F28 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 40 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.24 |
| HSL | 33.68º | 0.66% | 0.46% | - |
| HSV(B) | 33.68º | 0.79% | 0.76% | - |
| XYZ | 30.48 | 26.93 | 5.6 | - |
| YUV | 137.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 40 | 0 | 0.35 | 0.79 | 0.24 | 33.68 | 0.66 | 0.46 |
| Hex | C3 | 7F | 28 | 0 | 23 | 4F | 18 | 22 | 42 | 2E |
| Octal | 303 | 177 | 50 | 0 | 43 | 117 | 30 | 42 | 102 | 56 |
| Binary | 11000011 | 1111111 | 101000 | 0 | 100011 | 1001111 | 11000 | 100010 | 1000010 | 101110 |
Color Harmonies of #C37F28
Complementary color
Monochromatic Colors of #C37F28
Black with #C37F28
Text Example
Text Example
White with #C37F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F28; }
p { color: rgb(195,127,40); }
H1.HeaderClassName
{
color: #C37F28;
}
.AnyTagClassName
{
color: #C37F28;
}
</style>
background-color css
<style>
a { background-color: #C37F28; }
a { background-color: rgb(195,127,40); }
div.DivClassName
{
background-color: #C37F28;
}
.BgClassName
{
background-color: #C37F28;
}
</style>
border-color css
<style>
span { border-color: #C37F28; }
span { border-color: rgb(195,127,40); }
td.TdClassName
{
border-color: #C37F28;
}
.TagClassName
{
border-color: #C37F28;
}
</style>