Shades of Geebung #CB891F
Tints of Geebung #CB891F
RGB
CMYK
RGB Variations
Color information
#CB891F (or 0xCB891F) is known color: Geebung. HEX triplet: CB, 89 and 1F. RGB value is (203,137,31). Sum of RGB (Red+Green+Blue) = 203+137+31=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB891F is #3476E0. Grayscale: #919191. Windows color (decimal): -3438305 or 2066891. OLE color: 2066891.
HSL color Cylindrical-coordinate representation of color #CB891F: hue angle of 36.98º 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 #CB891F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 31 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.20 |
| HSL | 36.98º | 0.74% | 0.46% | - |
| HSV(B) | 36.98º | 0.85% | 0.8% | - |
| XYZ | 33.82 | 30.69 | 5.44 | - |
| YUV | 144.65 | 63.87 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 31 | 0 | 0.33 | 0.85 | 0.20 | 36.98 | 0.74 | 0.46 |
| Hex | CB | 89 | 1F | 0 | 21 | 55 | 14 | 25 | 4A | 2E |
| Octal | 313 | 211 | 37 | 0 | 41 | 125 | 24 | 45 | 112 | 56 |
| Binary | 11001011 | 10001001 | 11111 | 0 | 100001 | 1010101 | 10100 | 100101 | 1001010 | 101110 |
Color Harmonies of #CB891F
Complementary color
Monochromatic Colors of #CB891F
Black with #CB891F
Text Example
Text Example
White with #CB891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB891F; }
p { color: rgb(203,137,31); }
H1.HeaderClassName
{
color: #CB891F;
}
.AnyTagClassName
{
color: #CB891F;
}
</style>
background-color css
<style>
a { background-color: #CB891F; }
a { background-color: rgb(203,137,31); }
div.DivClassName
{
background-color: #CB891F;
}
.BgClassName
{
background-color: #CB891F;
}
</style>
border-color css
<style>
span { border-color: #CB891F; }
span { border-color: rgb(203,137,31); }
td.TdClassName
{
border-color: #CB891F;
}
.TagClassName
{
border-color: #CB891F;
}
</style>