Shades of Geebung #CB8B2A
Tints of Geebung #CB8B2A
RGB
CMYK
RGB Variations
Color information
#CB8B2A (or 0xCB8B2A) is known color: Geebung. HEX triplet: CB, 8B and 2A. RGB value is (203,139,42). Sum of RGB (Red+Green+Blue) = 203+139+42=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B2A is #3474D5. Grayscale: #939393. Windows color (decimal): -3437782 or 2788299. OLE color: 2788299.
HSL color Cylindrical-coordinate representation of color #CB8B2A: hue angle of 36.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB8B2A is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 42 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.20 |
| HSL | 36.15º | 0.66% | 0.48% | - |
| HSV(B) | 36.15º | 0.79% | 0.8% | - |
| XYZ | 34.28 | 31.33 | 6.43 | - |
| YUV | 147.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 42 | 0 | 0.32 | 0.79 | 0.20 | 36.15 | 0.66 | 0.48 |
| Hex | CB | 8B | 2A | 0 | 20 | 4F | 14 | 24 | 42 | 30 |
| Octal | 313 | 213 | 52 | 0 | 40 | 117 | 24 | 44 | 102 | 60 |
| Binary | 11001011 | 10001011 | 101010 | 0 | 100000 | 1001111 | 10100 | 100100 | 1000010 | 110000 |
Color Harmonies of #CB8B2A
Complementary color
Monochromatic Colors of #CB8B2A
Black with #CB8B2A
Text Example
Text Example
White with #CB8B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B2A; }
p { color: rgb(203,139,42); }
H1.HeaderClassName
{
color: #CB8B2A;
}
.AnyTagClassName
{
color: #CB8B2A;
}
</style>
background-color css
<style>
a { background-color: #CB8B2A; }
a { background-color: rgb(203,139,42); }
div.DivClassName
{
background-color: #CB8B2A;
}
.BgClassName
{
background-color: #CB8B2A;
}
</style>
border-color css
<style>
span { border-color: #CB8B2A; }
span { border-color: rgb(203,139,42); }
td.TdClassName
{
border-color: #CB8B2A;
}
.TagClassName
{
border-color: #CB8B2A;
}
</style>