Shades of Geebung #C4821E
Tints of Geebung #C4821E
RGB
CMYK
RGB Variations
Color information
#C4821E (or 0xC4821E) is known color: Geebung. HEX triplet: C4, 82 and 1E. RGB value is (196,130,30). Sum of RGB (Red+Green+Blue) = 196+130+30=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4821E is #3B7DE1. Grayscale: #8A8A8A. Windows color (decimal): -3898850 or 1999556. OLE color: 1999556.
HSL color Cylindrical-coordinate representation of color #C4821E: hue angle of 36.14º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4821E is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 30 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.23 |
| HSL | 36.14º | 0.73% | 0.44% | - |
| HSV(B) | 36.14º | 0.85% | 0.77% | - |
| XYZ | 30.98 | 27.79 | 4.96 | - |
| YUV | 138.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 30 | 0 | 0.34 | 0.85 | 0.23 | 36.14 | 0.73 | 0.44 |
| Hex | C4 | 82 | 1E | 0 | 22 | 55 | 17 | 24 | 49 | 2C |
| Octal | 304 | 202 | 36 | 0 | 42 | 125 | 27 | 44 | 111 | 54 |
| Binary | 11000100 | 10000010 | 11110 | 0 | 100010 | 1010101 | 10111 | 100100 | 1001001 | 101100 |
Color Harmonies of #C4821E
Complementary color
Monochromatic Colors of #C4821E
Black with #C4821E
Text Example
Text Example
White with #C4821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4821E; }
p { color: rgb(196,130,30); }
H1.HeaderClassName
{
color: #C4821E;
}
.AnyTagClassName
{
color: #C4821E;
}
</style>
background-color css
<style>
a { background-color: #C4821E; }
a { background-color: rgb(196,130,30); }
div.DivClassName
{
background-color: #C4821E;
}
.BgClassName
{
background-color: #C4821E;
}
</style>
border-color css
<style>
span { border-color: #C4821E; }
span { border-color: rgb(196,130,30); }
td.TdClassName
{
border-color: #C4821E;
}
.TagClassName
{
border-color: #C4821E;
}
</style>