Shades of Golden Brown #94641D
Tints of Golden Brown #94641D
RGB
CMYK
RGB Variations
Color information
#94641D (or 0x94641D) is known color: Golden Brown. HEX triplet: 94, 64 and 1D. RGB value is (148,100,29). Sum of RGB (Red+Green+Blue) = 148+100+29=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94641D is #6B9BE2. Grayscale: #6A6A6A. Windows color (decimal): -7052259 or 1926292. OLE color: 1926292.
HSL color Cylindrical-coordinate representation of color #94641D: hue angle of 35.8º 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 #94641D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 29 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.42 |
| HSL | 35.8º | 0.67% | 0.35% | - |
| HSV(B) | 35.8º | 0.8% | 0.58% | - |
| XYZ | 16.99 | 15.5 | 3.26 | - |
| YUV | 106.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 29 | 0 | 0.32 | 0.80 | 0.42 | 35.8 | 0.67 | 0.35 |
| Hex | 94 | 64 | 1D | 0 | 20 | 50 | 2A | 24 | 43 | 23 |
| Octal | 224 | 144 | 35 | 0 | 40 | 120 | 52 | 44 | 103 | 43 |
| Binary | 10010100 | 1100100 | 11101 | 0 | 100000 | 1010000 | 101010 | 100100 | 1000011 | 100011 |
Color Harmonies of #94641D
Complementary color
Monochromatic Colors of #94641D
Black with #94641D
Text Example
Text Example
White with #94641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94641D; }
p { color: rgb(148,100,29); }
H1.HeaderClassName
{
color: #94641D;
}
.AnyTagClassName
{
color: #94641D;
}
</style>
background-color css
<style>
a { background-color: #94641D; }
a { background-color: rgb(148,100,29); }
div.DivClassName
{
background-color: #94641D;
}
.BgClassName
{
background-color: #94641D;
}
</style>
border-color css
<style>
span { border-color: #94641D; }
span { border-color: rgb(148,100,29); }
td.TdClassName
{
border-color: #94641D;
}
.TagClassName
{
border-color: #94641D;
}
</style>