Shades of Geebung #CA871F
Tints of Geebung #CA871F
RGB
CMYK
RGB Variations
Color information
#CA871F (or 0xCA871F) is known color: Geebung. HEX triplet: CA, 87 and 1F. RGB value is (202,135,31). Sum of RGB (Red+Green+Blue) = 202+135+31=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA871F is #3578E0. Grayscale: #8F8F8F. Windows color (decimal): -3504353 or 2066378. OLE color: 2066378.
HSL color Cylindrical-coordinate representation of color #CA871F: hue angle of 36.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA871F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 31 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.21 |
| HSL | 36.49º | 0.73% | 0.46% | - |
| HSV(B) | 36.49º | 0.85% | 0.79% | - |
| XYZ | 33.27 | 29.98 | 5.33 | - |
| YUV | 143.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 31 | 0 | 0.33 | 0.85 | 0.21 | 36.49 | 0.73 | 0.46 |
| Hex | CA | 87 | 1F | 0 | 21 | 55 | 15 | 24 | 49 | 2E |
| Octal | 312 | 207 | 37 | 0 | 41 | 125 | 25 | 44 | 111 | 56 |
| Binary | 11001010 | 10000111 | 11111 | 0 | 100001 | 1010101 | 10101 | 100100 | 1001001 | 101110 |
Color Harmonies of #CA871F
Complementary color
Monochromatic Colors of #CA871F
Black with #CA871F
Text Example
Text Example
White with #CA871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA871F; }
p { color: rgb(202,135,31); }
H1.HeaderClassName
{
color: #CA871F;
}
.AnyTagClassName
{
color: #CA871F;
}
</style>
background-color css
<style>
a { background-color: #CA871F; }
a { background-color: rgb(202,135,31); }
div.DivClassName
{
background-color: #CA871F;
}
.BgClassName
{
background-color: #CA871F;
}
</style>
border-color css
<style>
span { border-color: #CA871F; }
span { border-color: rgb(202,135,31); }
td.TdClassName
{
border-color: #CA871F;
}
.TagClassName
{
border-color: #CA871F;
}
</style>