Shades of Golden Brown #92621A
Tints of Golden Brown #92621A
RGB
CMYK
RGB Variations
Color information
#92621A (or 0x92621A) is known color: Golden Brown. HEX triplet: 92, 62 and 1A. RGB value is (146,98,26). Sum of RGB (Red+Green+Blue) = 146+98+26=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #92621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92621A is #6D9DE5. Grayscale: #686868. Windows color (decimal): -7183846 or 1729170. OLE color: 1729170.
HSL color Cylindrical-coordinate representation of color #92621A: hue angle of 36º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92621A is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 26 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.43 |
| HSL | 36º | 0.7% | 0.34% | - |
| HSV(B) | 36º | 0.82% | 0.57% | - |
| XYZ | 16.41 | 14.92 | 2.99 | - |
| YUV | 104.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 26 | 0 | 0.33 | 0.82 | 0.43 | 36 | 0.7 | 0.34 |
| Hex | 92 | 62 | 1A | 0 | 21 | 52 | 2B | 24 | 46 | 22 |
| Octal | 222 | 142 | 32 | 0 | 41 | 122 | 53 | 44 | 106 | 42 |
| Binary | 10010010 | 1100010 | 11010 | 0 | 100001 | 1010010 | 101011 | 100100 | 1000110 | 100010 |
Color Harmonies of #92621A
Complementary color
Monochromatic Colors of #92621A
Black with #92621A
Text Example
Text Example
White with #92621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92621A; }
p { color: rgb(146,98,26); }
H1.HeaderClassName
{
color: #92621A;
}
.AnyTagClassName
{
color: #92621A;
}
</style>
background-color css
<style>
a { background-color: #92621A; }
a { background-color: rgb(146,98,26); }
div.DivClassName
{
background-color: #92621A;
}
.BgClassName
{
background-color: #92621A;
}
</style>
border-color css
<style>
span { border-color: #92621A; }
span { border-color: rgb(146,98,26); }
td.TdClassName
{
border-color: #92621A;
}
.TagClassName
{
border-color: #92621A;
}
</style>