Shades of Geebung #C38720
Tints of Geebung #C38720
RGB
CMYK
RGB Variations
Color information
#C38720 (or 0xC38720) is known color: Geebung. HEX triplet: C3, 87 and 20. RGB value is (195,135,32). Sum of RGB (Red+Green+Blue) = 195+135+32=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C38720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38720 is #3C78DF. Grayscale: #8D8D8D. Windows color (decimal): -3963104 or 2131907. OLE color: 2131907.
HSL color Cylindrical-coordinate representation of color #C38720: hue angle of 37.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C38720 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 32 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.24 |
| HSL | 37.91º | 0.72% | 0.45% | - |
| HSV(B) | 37.91º | 0.84% | 0.76% | - |
| XYZ | 31.43 | 29.03 | 5.31 | - |
| YUV | 141.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 32 | 0 | 0.31 | 0.84 | 0.24 | 37.91 | 0.72 | 0.45 |
| Hex | C3 | 87 | 20 | 0 | 1F | 54 | 18 | 26 | 48 | 2D |
| Octal | 303 | 207 | 40 | 0 | 37 | 124 | 30 | 46 | 110 | 55 |
| Binary | 11000011 | 10000111 | 100000 | 0 | 11111 | 1010100 | 11000 | 100110 | 1001000 | 101101 |
Color Harmonies of #C38720
Complementary color
Monochromatic Colors of #C38720
Black with #C38720
Text Example
Text Example
White with #C38720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38720; }
p { color: rgb(195,135,32); }
H1.HeaderClassName
{
color: #C38720;
}
.AnyTagClassName
{
color: #C38720;
}
</style>
background-color css
<style>
a { background-color: #C38720; }
a { background-color: rgb(195,135,32); }
div.DivClassName
{
background-color: #C38720;
}
.BgClassName
{
background-color: #C38720;
}
</style>
border-color css
<style>
span { border-color: #C38720; }
span { border-color: rgb(195,135,32); }
td.TdClassName
{
border-color: #C38720;
}
.TagClassName
{
border-color: #C38720;
}
</style>