Shades of Geebung #C38629
Tints of Geebung #C38629
RGB
CMYK
RGB Variations
Color information
#C38629 (or 0xC38629) is known color: Geebung. HEX triplet: C3, 86 and 29. RGB value is (195,134,41). Sum of RGB (Red+Green+Blue) = 195+134+41=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C38629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38629 is #3C79D6. Grayscale: #8E8E8E. Windows color (decimal): -3963351 or 2721475. OLE color: 2721475.
HSL color Cylindrical-coordinate representation of color #C38629: hue angle of 36.23º degrees, saturation: 0.65, 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 #C38629 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 41 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.24 |
| HSL | 36.23º | 0.65% | 0.46% | - |
| HSV(B) | 36.23º | 0.79% | 0.76% | - |
| XYZ | 31.43 | 28.81 | 6 | - |
| YUV | 141.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 41 | 0 | 0.31 | 0.79 | 0.24 | 36.23 | 0.65 | 0.46 |
| Hex | C3 | 86 | 29 | 0 | 1F | 4F | 18 | 24 | 41 | 2E |
| Octal | 303 | 206 | 51 | 0 | 37 | 117 | 30 | 44 | 101 | 56 |
| Binary | 11000011 | 10000110 | 101001 | 0 | 11111 | 1001111 | 11000 | 100100 | 1000001 | 101110 |
Color Harmonies of #C38629
Complementary color
Monochromatic Colors of #C38629
Black with #C38629
Text Example
Text Example
White with #C38629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38629; }
p { color: rgb(195,134,41); }
H1.HeaderClassName
{
color: #C38629;
}
.AnyTagClassName
{
color: #C38629;
}
</style>
background-color css
<style>
a { background-color: #C38629; }
a { background-color: rgb(195,134,41); }
div.DivClassName
{
background-color: #C38629;
}
.BgClassName
{
background-color: #C38629;
}
</style>
border-color css
<style>
span { border-color: #C38629; }
span { border-color: rgb(195,134,41); }
td.TdClassName
{
border-color: #C38629;
}
.TagClassName
{
border-color: #C38629;
}
</style>