Shades of Saddle Brown #94501C
Tints of Saddle Brown #94501C
RGB
CMYK
RGB Variations
Color information
#94501C (or 0x94501C) is known color: Saddle Brown. HEX triplet: 94, 50 and 1C. RGB value is (148,80,28). Sum of RGB (Red+Green+Blue) = 148+80+28=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #94501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94501C is #6BAFE3. Grayscale: #5E5E5E. Windows color (decimal): -7057380 or 1855636. OLE color: 1855636.
HSL color Cylindrical-coordinate representation of color #94501C: hue angle of 26º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94501C is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 28 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.42 |
| HSL | 26º | 0.68% | 0.35% | - |
| HSV(B) | 26º | 0.81% | 0.58% | - |
| XYZ | 15.29 | 12.12 | 2.63 | - |
| YUV | 94.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 28 | 0 | 0.46 | 0.81 | 0.42 | 26 | 0.68 | 0.35 |
| Hex | 94 | 50 | 1C | 0 | 2E | 51 | 2A | 1A | 44 | 23 |
| Octal | 224 | 120 | 34 | 0 | 56 | 121 | 52 | 32 | 104 | 43 |
| Binary | 10010100 | 1010000 | 11100 | 0 | 101110 | 1010001 | 101010 | 11010 | 1000100 | 100011 |
Color Harmonies of #94501C
Complementary color
Monochromatic Colors of #94501C
Black with #94501C
Text Example
Text Example
White with #94501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94501C; }
p { color: rgb(148,80,28); }
H1.HeaderClassName
{
color: #94501C;
}
.AnyTagClassName
{
color: #94501C;
}
</style>
background-color css
<style>
a { background-color: #94501C; }
a { background-color: rgb(148,80,28); }
div.DivClassName
{
background-color: #94501C;
}
.BgClassName
{
background-color: #94501C;
}
</style>
border-color css
<style>
span { border-color: #94501C; }
span { border-color: rgb(148,80,28); }
td.TdClassName
{
border-color: #94501C;
}
.TagClassName
{
border-color: #94501C;
}
</style>