Shades of Geebung #CB8323
Tints of Geebung #CB8323
RGB
CMYK
RGB Variations
Color information
#CB8323 (or 0xCB8323) is known color: Geebung. HEX triplet: CB, 83 and 23. RGB value is (203,131,35). Sum of RGB (Red+Green+Blue) = 203+131+35=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8323 is #347CDC. Grayscale: #8E8E8E. Windows color (decimal): -3439837 or 2327499. OLE color: 2327499.
HSL color Cylindrical-coordinate representation of color #CB8323: hue angle of 34.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB8323 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 35 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.20 |
| HSL | 34.29º | 0.71% | 0.47% | - |
| HSV(B) | 34.29º | 0.83% | 0.8% | - |
| XYZ | 33.05 | 29.05 | 5.46 | - |
| YUV | 141.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 35 | 0 | 0.35 | 0.83 | 0.20 | 34.29 | 0.71 | 0.47 |
| Hex | CB | 83 | 23 | 0 | 23 | 53 | 14 | 22 | 47 | 2F |
| Octal | 313 | 203 | 43 | 0 | 43 | 123 | 24 | 42 | 107 | 57 |
| Binary | 11001011 | 10000011 | 100011 | 0 | 100011 | 1010011 | 10100 | 100010 | 1000111 | 101111 |
Color Harmonies of #CB8323
Complementary color
Monochromatic Colors of #CB8323
Black with #CB8323
Text Example
Text Example
White with #CB8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8323; }
p { color: rgb(203,131,35); }
H1.HeaderClassName
{
color: #CB8323;
}
.AnyTagClassName
{
color: #CB8323;
}
</style>
background-color css
<style>
a { background-color: #CB8323; }
a { background-color: rgb(203,131,35); }
div.DivClassName
{
background-color: #CB8323;
}
.BgClassName
{
background-color: #CB8323;
}
</style>
border-color css
<style>
span { border-color: #CB8323; }
span { border-color: rgb(203,131,35); }
td.TdClassName
{
border-color: #CB8323;
}
.TagClassName
{
border-color: #CB8323;
}
</style>