Shades of Geebung #C38A26
Tints of Geebung #C38A26
RGB
CMYK
RGB Variations
Color information
#C38A26 (or 0xC38A26) is known color: Geebung. HEX triplet: C3, 8A and 26. RGB value is (195,138,38). Sum of RGB (Red+Green+Blue) = 195+138+38=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A26 is #3C75D9. Grayscale: #909090. Windows color (decimal): -3962330 or 2525891. OLE color: 2525891.
HSL color Cylindrical-coordinate representation of color #C38A26: hue angle of 38.22º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C38A26 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 38 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.24 |
| HSL | 38.22º | 0.67% | 0.46% | - |
| HSV(B) | 38.22º | 0.81% | 0.76% | - |
| XYZ | 31.94 | 29.92 | 5.93 | - |
| YUV | 143.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 38 | 0 | 0.29 | 0.81 | 0.24 | 38.22 | 0.67 | 0.46 |
| Hex | C3 | 8A | 26 | 0 | 1D | 51 | 18 | 26 | 43 | 2E |
| Octal | 303 | 212 | 46 | 0 | 35 | 121 | 30 | 46 | 103 | 56 |
| Binary | 11000011 | 10001010 | 100110 | 0 | 11101 | 1010001 | 11000 | 100110 | 1000011 | 101110 |
Color Harmonies of #C38A26
Complementary color
Monochromatic Colors of #C38A26
Black with #C38A26
Text Example
Text Example
White with #C38A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A26; }
p { color: rgb(195,138,38); }
H1.HeaderClassName
{
color: #C38A26;
}
.AnyTagClassName
{
color: #C38A26;
}
</style>
background-color css
<style>
a { background-color: #C38A26; }
a { background-color: rgb(195,138,38); }
div.DivClassName
{
background-color: #C38A26;
}
.BgClassName
{
background-color: #C38A26;
}
</style>
border-color css
<style>
span { border-color: #C38A26; }
span { border-color: rgb(195,138,38); }
td.TdClassName
{
border-color: #C38A26;
}
.TagClassName
{
border-color: #C38A26;
}
</style>