Shades of Golden Brown #94641E
Tints of Golden Brown #94641E
RGB
CMYK
RGB Variations
Color information
#94641E (or 0x94641E) is known color: Golden Brown. HEX triplet: 94, 64 and 1E. RGB value is (148,100,30). Sum of RGB (Red+Green+Blue) = 148+100+30=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94641E is #6B9BE1. Grayscale: #6A6A6A. Windows color (decimal): -7052258 or 1991828. OLE color: 1991828.
HSL color Cylindrical-coordinate representation of color #94641E: hue angle of 35.59º degrees, saturation: 0.66, 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 #94641E is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 30 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.42 |
| HSL | 35.59º | 0.66% | 0.35% | - |
| HSV(B) | 35.59º | 0.8% | 0.58% | - |
| XYZ | 17 | 15.5 | 3.32 | - |
| YUV | 106.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 30 | 0 | 0.32 | 0.80 | 0.42 | 35.59 | 0.66 | 0.35 |
| Hex | 94 | 64 | 1E | 0 | 20 | 50 | 2A | 24 | 42 | 23 |
| Octal | 224 | 144 | 36 | 0 | 40 | 120 | 52 | 44 | 102 | 43 |
| Binary | 10010100 | 1100100 | 11110 | 0 | 100000 | 1010000 | 101010 | 100100 | 1000010 | 100011 |
Color Harmonies of #94641E
Complementary color
Monochromatic Colors of #94641E
Black with #94641E
Text Example
Text Example
White with #94641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94641E; }
p { color: rgb(148,100,30); }
H1.HeaderClassName
{
color: #94641E;
}
.AnyTagClassName
{
color: #94641E;
}
</style>
background-color css
<style>
a { background-color: #94641E; }
a { background-color: rgb(148,100,30); }
div.DivClassName
{
background-color: #94641E;
}
.BgClassName
{
background-color: #94641E;
}
</style>
border-color css
<style>
span { border-color: #94641E; }
span { border-color: rgb(148,100,30); }
td.TdClassName
{
border-color: #94641E;
}
.TagClassName
{
border-color: #94641E;
}
</style>