Shades of Golden Brown #94621B
Tints of Golden Brown #94621B
RGB
CMYK
RGB Variations
Color information
#94621B (or 0x94621B) is known color: Golden Brown. HEX triplet: 94, 62 and 1B. RGB value is (148,98,27). Sum of RGB (Red+Green+Blue) = 148+98+27=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94621B is #6B9DE4. Grayscale: #696969. Windows color (decimal): -7052773 or 1794708. OLE color: 1794708.
HSL color Cylindrical-coordinate representation of color #94621B: hue angle of 35.21º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94621B is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 27 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.42 |
| HSL | 35.21º | 0.69% | 0.34% | - |
| HSV(B) | 35.21º | 0.82% | 0.58% | - |
| XYZ | 16.78 | 15.11 | 3.07 | - |
| YUV | 104.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 27 | 0 | 0.34 | 0.82 | 0.42 | 35.21 | 0.69 | 0.34 |
| Hex | 94 | 62 | 1B | 0 | 22 | 52 | 2A | 23 | 45 | 22 |
| Octal | 224 | 142 | 33 | 0 | 42 | 122 | 52 | 43 | 105 | 42 |
| Binary | 10010100 | 1100010 | 11011 | 0 | 100010 | 1010010 | 101010 | 100011 | 1000101 | 100010 |
Color Harmonies of #94621B
Complementary color
Monochromatic Colors of #94621B
Black with #94621B
Text Example
Text Example
White with #94621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94621B; }
p { color: rgb(148,98,27); }
H1.HeaderClassName
{
color: #94621B;
}
.AnyTagClassName
{
color: #94621B;
}
</style>
background-color css
<style>
a { background-color: #94621B; }
a { background-color: rgb(148,98,27); }
div.DivClassName
{
background-color: #94621B;
}
.BgClassName
{
background-color: #94621B;
}
</style>
border-color css
<style>
span { border-color: #94621B; }
span { border-color: rgb(148,98,27); }
td.TdClassName
{
border-color: #94621B;
}
.TagClassName
{
border-color: #94621B;
}
</style>