Shades of Citron #93921D
Tints of Citron #93921D
RGB
CMYK
RGB Variations
Color information
#93921D (or 0x93921D) is known color: Citron. HEX triplet: 93, 92 and 1D. RGB value is (147,146,29). Sum of RGB (Red+Green+Blue) = 147+146+29=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93921D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93921D is #6C6DE2. Grayscale: #858585. Windows color (decimal): -7106019 or 1938067. OLE color: 1938067.
HSL color Cylindrical-coordinate representation of color #93921D: hue angle of 59.49º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93921D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 29 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.42 |
| HSL | 59.49º | 0.67% | 0.35% | - |
| HSV(B) | 59.49º | 0.8% | 0.58% | - |
| XYZ | 22.53 | 26.85 | 5.16 | - |
| YUV | 132.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 29 | 0 | 0.01 | 0.80 | 0.42 | 59.49 | 0.67 | 0.35 |
| Hex | 93 | 92 | 1D | 0 | 1 | 50 | 2A | 3B | 43 | 23 |
| Octal | 223 | 222 | 35 | 0 | 1 | 120 | 52 | 73 | 103 | 43 |
| Binary | 10010011 | 10010010 | 11101 | 0 | 1 | 1010000 | 101010 | 111011 | 1000011 | 100011 |
Color Harmonies of #93921D
Complementary color
Monochromatic Colors of #93921D
Black with #93921D
Text Example
Text Example
White with #93921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93921D; }
p { color: rgb(147,146,29); }
H1.HeaderClassName
{
color: #93921D;
}
.AnyTagClassName
{
color: #93921D;
}
</style>
background-color css
<style>
a { background-color: #93921D; }
a { background-color: rgb(147,146,29); }
div.DivClassName
{
background-color: #93921D;
}
.BgClassName
{
background-color: #93921D;
}
</style>
border-color css
<style>
span { border-color: #93921D; }
span { border-color: rgb(147,146,29); }
td.TdClassName
{
border-color: #93921D;
}
.TagClassName
{
border-color: #93921D;
}
</style>