Shades of Geebung #CD891F
Tints of Geebung #CD891F
RGB
CMYK
RGB Variations
Color information
#CD891F (or 0xCD891F) is known color: Geebung. HEX triplet: CD, 89 and 1F. RGB value is (205,137,31). Sum of RGB (Red+Green+Blue) = 205+137+31=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD891F is #3276E0. Grayscale: #919191. Windows color (decimal): -3307233 or 2066893. OLE color: 2066893.
HSL color Cylindrical-coordinate representation of color #CD891F: hue angle of 36.55º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD891F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 31 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.20 |
| HSL | 36.55º | 0.74% | 0.46% | - |
| HSV(B) | 36.55º | 0.85% | 0.8% | - |
| XYZ | 34.37 | 30.97 | 5.46 | - |
| YUV | 145.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 31 | 0 | 0.33 | 0.85 | 0.20 | 36.55 | 0.74 | 0.46 |
| Hex | CD | 89 | 1F | 0 | 21 | 55 | 14 | 25 | 4A | 2E |
| Octal | 315 | 211 | 37 | 0 | 41 | 125 | 24 | 45 | 112 | 56 |
| Binary | 11001101 | 10001001 | 11111 | 0 | 100001 | 1010101 | 10100 | 100101 | 1001010 | 101110 |
Color Harmonies of #CD891F
Complementary color
Monochromatic Colors of #CD891F
Black with #CD891F
Text Example
Text Example
White with #CD891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD891F; }
p { color: rgb(205,137,31); }
H1.HeaderClassName
{
color: #CD891F;
}
.AnyTagClassName
{
color: #CD891F;
}
</style>
background-color css
<style>
a { background-color: #CD891F; }
a { background-color: rgb(205,137,31); }
div.DivClassName
{
background-color: #CD891F;
}
.BgClassName
{
background-color: #CD891F;
}
</style>
border-color css
<style>
span { border-color: #CD891F; }
span { border-color: rgb(205,137,31); }
td.TdClassName
{
border-color: #CD891F;
}
.TagClassName
{
border-color: #CD891F;
}
</style>