Shades of Saddle Brown #98401A
Tints of Saddle Brown #98401A
RGB
CMYK
RGB Variations
Color information
#98401A (or 0x98401A) is known color: Saddle Brown. HEX triplet: 98, 40 and 1A. RGB value is (152,64,26). Sum of RGB (Red+Green+Blue) = 152+64+26=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #98401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98401A is #67BFE5. Grayscale: #565656. Windows color (decimal): -6799334 or 1720472. OLE color: 1720472.
HSL color Cylindrical-coordinate representation of color #98401A: hue angle of 18.1º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98401A is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 26 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.40 |
| HSL | 18.1º | 0.71% | 0.35% | - |
| HSV(B) | 18.1º | 0.83% | 0.6% | - |
| XYZ | 14.97 | 10.42 | 2.2 | - |
| YUV | 85.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 26 | 0 | 0.58 | 0.83 | 0.40 | 18.1 | 0.71 | 0.35 |
| Hex | 98 | 40 | 1A | 0 | 3A | 53 | 28 | 12 | 47 | 23 |
| Octal | 230 | 100 | 32 | 0 | 72 | 123 | 50 | 22 | 107 | 43 |
| Binary | 10011000 | 1000000 | 11010 | 0 | 111010 | 1010011 | 101000 | 10010 | 1000111 | 100011 |
Color Harmonies of #98401A
Complementary color
Monochromatic Colors of #98401A
Black with #98401A
Text Example
Text Example
White with #98401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98401A; }
p { color: rgb(152,64,26); }
H1.HeaderClassName
{
color: #98401A;
}
.AnyTagClassName
{
color: #98401A;
}
</style>
background-color css
<style>
a { background-color: #98401A; }
a { background-color: rgb(152,64,26); }
div.DivClassName
{
background-color: #98401A;
}
.BgClassName
{
background-color: #98401A;
}
</style>
border-color css
<style>
span { border-color: #98401A; }
span { border-color: rgb(152,64,26); }
td.TdClassName
{
border-color: #98401A;
}
.TagClassName
{
border-color: #98401A;
}
</style>