Shades of Geebung #C3822B
Tints of Geebung #C3822B
RGB
CMYK
RGB Variations
Color information
#C3822B (or 0xC3822B) is known color: Geebung. HEX triplet: C3, 82 and 2B. RGB value is (195,130,43). Sum of RGB (Red+Green+Blue) = 195+130+43=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3822B is #3C7DD4. Grayscale: #8B8B8B. Windows color (decimal): -3964373 or 2851523. OLE color: 2851523.
HSL color Cylindrical-coordinate representation of color #C3822B: hue angle of 34.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3822B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 43 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.24 |
| HSL | 34.34º | 0.64% | 0.47% | - |
| HSV(B) | 34.34º | 0.78% | 0.76% | - |
| XYZ | 30.92 | 27.74 | 6.01 | - |
| YUV | 139.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 43 | 0 | 0.33 | 0.78 | 0.24 | 34.34 | 0.64 | 0.47 |
| Hex | C3 | 82 | 2B | 0 | 21 | 4E | 18 | 22 | 40 | 2F |
| Octal | 303 | 202 | 53 | 0 | 41 | 116 | 30 | 42 | 100 | 57 |
| Binary | 11000011 | 10000010 | 101011 | 0 | 100001 | 1001110 | 11000 | 100010 | 1000000 | 101111 |
Color Harmonies of #C3822B
Complementary color
Monochromatic Colors of #C3822B
Black with #C3822B
Text Example
Text Example
White with #C3822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3822B; }
p { color: rgb(195,130,43); }
H1.HeaderClassName
{
color: #C3822B;
}
.AnyTagClassName
{
color: #C3822B;
}
</style>
background-color css
<style>
a { background-color: #C3822B; }
a { background-color: rgb(195,130,43); }
div.DivClassName
{
background-color: #C3822B;
}
.BgClassName
{
background-color: #C3822B;
}
</style>
border-color css
<style>
span { border-color: #C3822B; }
span { border-color: rgb(195,130,43); }
td.TdClassName
{
border-color: #C3822B;
}
.TagClassName
{
border-color: #C3822B;
}
</style>