Shades of Geebung #CB852A
Tints of Geebung #CB852A
RGB
CMYK
RGB Variations
Color information
#CB852A (or 0xCB852A) is known color: Geebung. HEX triplet: CB, 85 and 2A. RGB value is (203,133,42). Sum of RGB (Red+Green+Blue) = 203+133+42=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB852A is #347AD5. Grayscale: #8F8F8F. Windows color (decimal): -3439318 or 2786763. OLE color: 2786763.
HSL color Cylindrical-coordinate representation of color #CB852A: hue angle of 33.91º 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 #CB852A is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 42 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.20 |
| HSL | 33.91º | 0.66% | 0.48% | - |
| HSV(B) | 33.91º | 0.79% | 0.8% | - |
| XYZ | 33.43 | 29.64 | 6.15 | - |
| YUV | 143.56 | 70.69 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 42 | 0 | 0.34 | 0.79 | 0.20 | 33.91 | 0.66 | 0.48 |
| Hex | CB | 85 | 2A | 0 | 22 | 4F | 14 | 22 | 42 | 30 |
| Octal | 313 | 205 | 52 | 0 | 42 | 117 | 24 | 42 | 102 | 60 |
| Binary | 11001011 | 10000101 | 101010 | 0 | 100010 | 1001111 | 10100 | 100010 | 1000010 | 110000 |
Color Harmonies of #CB852A
Complementary color
Monochromatic Colors of #CB852A
Black with #CB852A
Text Example
Text Example
White with #CB852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB852A; }
p { color: rgb(203,133,42); }
H1.HeaderClassName
{
color: #CB852A;
}
.AnyTagClassName
{
color: #CB852A;
}
</style>
background-color css
<style>
a { background-color: #CB852A; }
a { background-color: rgb(203,133,42); }
div.DivClassName
{
background-color: #CB852A;
}
.BgClassName
{
background-color: #CB852A;
}
</style>
border-color css
<style>
span { border-color: #CB852A; }
span { border-color: rgb(203,133,42); }
td.TdClassName
{
border-color: #CB852A;
}
.TagClassName
{
border-color: #CB852A;
}
</style>