Shades of Geebung #CA852B
Tints of Geebung #CA852B
RGB
CMYK
RGB Variations
Color information
#CA852B (or 0xCA852B) is known color: Geebung. HEX triplet: CA, 85 and 2B. RGB value is (202,133,43). Sum of RGB (Red+Green+Blue) = 202+133+43=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA852B is #357AD4. Grayscale: #8F8F8F. Windows color (decimal): -3504853 or 2852298. OLE color: 2852298.
HSL color Cylindrical-coordinate representation of color #CA852B: hue angle of 33.96º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA852B is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 43 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.21 |
| HSL | 33.96º | 0.65% | 0.48% | - |
| HSV(B) | 33.96º | 0.79% | 0.79% | - |
| XYZ | 33.18 | 29.51 | 6.23 | - |
| YUV | 143.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 43 | 0 | 0.34 | 0.79 | 0.21 | 33.96 | 0.65 | 0.48 |
| Hex | CA | 85 | 2B | 0 | 22 | 4F | 15 | 22 | 41 | 30 |
| Octal | 312 | 205 | 53 | 0 | 42 | 117 | 25 | 42 | 101 | 60 |
| Binary | 11001010 | 10000101 | 101011 | 0 | 100010 | 1001111 | 10101 | 100010 | 1000001 | 110000 |
Color Harmonies of #CA852B
Complementary color
Monochromatic Colors of #CA852B
Black with #CA852B
Text Example
Text Example
White with #CA852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA852B; }
p { color: rgb(202,133,43); }
H1.HeaderClassName
{
color: #CA852B;
}
.AnyTagClassName
{
color: #CA852B;
}
</style>
background-color css
<style>
a { background-color: #CA852B; }
a { background-color: rgb(202,133,43); }
div.DivClassName
{
background-color: #CA852B;
}
.BgClassName
{
background-color: #CA852B;
}
</style>
border-color css
<style>
span { border-color: #CA852B; }
span { border-color: rgb(202,133,43); }
td.TdClassName
{
border-color: #CA852B;
}
.TagClassName
{
border-color: #CA852B;
}
</style>