Shades of Geebung #C3822F
Tints of Geebung #C3822F
RGB
CMYK
RGB Variations
Color information
#C3822F (or 0xC3822F) is known color: Geebung. HEX triplet: C3, 82 and 2F. RGB value is (195,130,47). Sum of RGB (Red+Green+Blue) = 195+130+47=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3822F is #3C7DD0. Grayscale: #8C8C8C. Windows color (decimal): -3964369 or 3113667. OLE color: 3113667.
HSL color Cylindrical-coordinate representation of color #C3822F: hue angle of 33.65º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3822F is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 47 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.24 |
| HSL | 33.65º | 0.61% | 0.47% | - |
| HSV(B) | 33.65º | 0.76% | 0.76% | - |
| XYZ | 31 | 27.77 | 6.42 | - |
| YUV | 139.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 47 | 0 | 0.33 | 0.76 | 0.24 | 33.65 | 0.61 | 0.47 |
| Hex | C3 | 82 | 2F | 0 | 21 | 4C | 18 | 22 | 3D | 2F |
| Octal | 303 | 202 | 57 | 0 | 41 | 114 | 30 | 42 | 75 | 57 |
| Binary | 11000011 | 10000010 | 101111 | 0 | 100001 | 1001100 | 11000 | 100010 | 111101 | 101111 |
Color Harmonies of #C3822F
Complementary color
Monochromatic Colors of #C3822F
Black with #C3822F
Text Example
Text Example
White with #C3822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3822F; }
p { color: rgb(195,130,47); }
H1.HeaderClassName
{
color: #C3822F;
}
.AnyTagClassName
{
color: #C3822F;
}
</style>
background-color css
<style>
a { background-color: #C3822F; }
a { background-color: rgb(195,130,47); }
div.DivClassName
{
background-color: #C3822F;
}
.BgClassName
{
background-color: #C3822F;
}
</style>
border-color css
<style>
span { border-color: #C3822F; }
span { border-color: rgb(195,130,47); }
td.TdClassName
{
border-color: #C3822F;
}
.TagClassName
{
border-color: #C3822F;
}
</style>