Shades of Camarone #09741E
Tints of Camarone #09741E
RGB
CMYK
RGB Variations
Color information
#09741E (or 0x09741E) is known color: Camarone. HEX triplet: 09, 74 and 1E. RGB value is (9,116,30). Sum of RGB (Red+Green+Blue) = 9+116+30=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #09741E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09741E is #F68BE1. Grayscale: #4A4A4A. Windows color (decimal): -16157666 or 1995785. OLE color: 1995785.
HSL color Cylindrical-coordinate representation of color #09741E: hue angle of 131.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09741E is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 30 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.55 |
| HSL | 131.78º | 0.86% | 0.25% | - |
| HSV(B) | 131.78º | 0.92% | 0.45% | - |
| XYZ | 6.59 | 12.64 | 3.32 | - |
| YUV | 74.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 30 | 0.92 | 0 | 0.74 | 0.55 | 131.78 | 0.86 | 0.25 |
| Hex | 9 | 74 | 1E | 5C | 0 | 4A | 37 | 84 | 56 | 19 |
| Octal | 11 | 164 | 36 | 134 | 0 | 112 | 67 | 204 | 126 | 31 |
| Binary | 1001 | 1110100 | 11110 | 1011100 | 0 | 1001010 | 110111 | 10000100 | 1010110 | 11001 |
Color Harmonies of #09741E
Complementary color
Monochromatic Colors of #09741E
Black with #09741E
Text Example
Text Example
White with #09741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09741E; }
p { color: rgb(9,116,30); }
H1.HeaderClassName
{
color: #09741E;
}
.AnyTagClassName
{
color: #09741E;
}
</style>
background-color css
<style>
a { background-color: #09741E; }
a { background-color: rgb(9,116,30); }
div.DivClassName
{
background-color: #09741E;
}
.BgClassName
{
background-color: #09741E;
}
</style>
border-color css
<style>
span { border-color: #09741E; }
span { border-color: rgb(9,116,30); }
td.TdClassName
{
border-color: #09741E;
}
.TagClassName
{
border-color: #09741E;
}
</style>