Shades of Geebung #CB8A1E
Tints of Geebung #CB8A1E
RGB
CMYK
RGB Variations
Color information
#CB8A1E (or 0xCB8A1E) is known color: Geebung. HEX triplet: CB, 8A and 1E. RGB value is (203,138,30). Sum of RGB (Red+Green+Blue) = 203+138+30=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A1E is #3475E1. Grayscale: #919191. Windows color (decimal): -3438050 or 2001611. OLE color: 2001611.
HSL color Cylindrical-coordinate representation of color #CB8A1E: hue angle of 37.46º 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 #CB8A1E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 30 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.20 |
| HSL | 37.46º | 0.74% | 0.46% | - |
| HSV(B) | 37.46º | 0.85% | 0.8% | - |
| XYZ | 33.95 | 30.97 | 5.42 | - |
| YUV | 145.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 30 | 0 | 0.32 | 0.85 | 0.20 | 37.46 | 0.74 | 0.46 |
| Hex | CB | 8A | 1E | 0 | 20 | 55 | 14 | 25 | 4A | 2E |
| Octal | 313 | 212 | 36 | 0 | 40 | 125 | 24 | 45 | 112 | 56 |
| Binary | 11001011 | 10001010 | 11110 | 0 | 100000 | 1010101 | 10100 | 100101 | 1001010 | 101110 |
Color Harmonies of #CB8A1E
Complementary color
Monochromatic Colors of #CB8A1E
Black with #CB8A1E
Text Example
Text Example
White with #CB8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A1E; }
p { color: rgb(203,138,30); }
H1.HeaderClassName
{
color: #CB8A1E;
}
.AnyTagClassName
{
color: #CB8A1E;
}
</style>
background-color css
<style>
a { background-color: #CB8A1E; }
a { background-color: rgb(203,138,30); }
div.DivClassName
{
background-color: #CB8A1E;
}
.BgClassName
{
background-color: #CB8A1E;
}
</style>
border-color css
<style>
span { border-color: #CB8A1E; }
span { border-color: rgb(203,138,30); }
td.TdClassName
{
border-color: #CB8A1E;
}
.TagClassName
{
border-color: #CB8A1E;
}
</style>