Shades of Citron #93920D
Tints of Citron #93920D
RGB
CMYK
RGB Variations
Color information
#93920D (or 0x93920D) is known color: Citron. HEX triplet: 93, 92 and 0D. RGB value is (147,146,13). Sum of RGB (Red+Green+Blue) = 147+146+13=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93920D is #6C6DF2. Grayscale: #838383. Windows color (decimal): -7106035 or 889491. OLE color: 889491.
HSL color Cylindrical-coordinate representation of color #93920D: hue angle of 59.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93920D is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 13 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.42 |
| HSL | 59.55º | 0.84% | 0.31% | - |
| HSV(B) | 59.55º | 0.91% | 0.58% | - |
| XYZ | 22.38 | 26.79 | 4.37 | - |
| YUV | 131.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 13 | 0 | 0.01 | 0.91 | 0.42 | 59.55 | 0.84 | 0.31 |
| Hex | 93 | 92 | D | 0 | 1 | 5B | 2A | 3C | 54 | 1F |
| Octal | 223 | 222 | 15 | 0 | 1 | 133 | 52 | 74 | 124 | 37 |
| Binary | 10010011 | 10010010 | 1101 | 0 | 1 | 1011011 | 101010 | 111100 | 1010100 | 11111 |
Color Harmonies of #93920D
Complementary color
Monochromatic Colors of #93920D
Black with #93920D
Text Example
Text Example
White with #93920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93920D; }
p { color: rgb(147,146,13); }
H1.HeaderClassName
{
color: #93920D;
}
.AnyTagClassName
{
color: #93920D;
}
</style>
background-color css
<style>
a { background-color: #93920D; }
a { background-color: rgb(147,146,13); }
div.DivClassName
{
background-color: #93920D;
}
.BgClassName
{
background-color: #93920D;
}
</style>
border-color css
<style>
span { border-color: #93920D; }
span { border-color: rgb(147,146,13); }
td.TdClassName
{
border-color: #93920D;
}
.TagClassName
{
border-color: #93920D;
}
</style>