Shades of Saddle Brown #90430D
Tints of Saddle Brown #90430D
RGB
CMYK
RGB Variations
Color information
#90430D (or 0x90430D) is known color: Saddle Brown. HEX triplet: 90, 43 and 0D. RGB value is (144,67,13). Sum of RGB (Red+Green+Blue) = 144+67+13=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #90430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90430D is #6FBCF2. Grayscale: #545454. Windows color (decimal): -7322867 or 869264. OLE color: 869264.
HSL color Cylindrical-coordinate representation of color #90430D: hue angle of 24.73º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90430D is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 13 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.44 |
| HSL | 24.73º | 0.83% | 0.31% | - |
| HSV(B) | 24.73º | 0.91% | 0.56% | - |
| XYZ | 13.58 | 9.97 | 1.59 | - |
| YUV | 83.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 13 | 0 | 0.53 | 0.91 | 0.44 | 24.73 | 0.83 | 0.31 |
| Hex | 90 | 43 | D | 0 | 35 | 5B | 2C | 19 | 53 | 1F |
| Octal | 220 | 103 | 15 | 0 | 65 | 133 | 54 | 31 | 123 | 37 |
| Binary | 10010000 | 1000011 | 1101 | 0 | 110101 | 1011011 | 101100 | 11001 | 1010011 | 11111 |
Color Harmonies of #90430D
Complementary color
Monochromatic Colors of #90430D
Black with #90430D
Text Example
Text Example
White with #90430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90430D; }
p { color: rgb(144,67,13); }
H1.HeaderClassName
{
color: #90430D;
}
.AnyTagClassName
{
color: #90430D;
}
</style>
background-color css
<style>
a { background-color: #90430D; }
a { background-color: rgb(144,67,13); }
div.DivClassName
{
background-color: #90430D;
}
.BgClassName
{
background-color: #90430D;
}
</style>
border-color css
<style>
span { border-color: #90430D; }
span { border-color: rgb(144,67,13); }
td.TdClassName
{
border-color: #90430D;
}
.TagClassName
{
border-color: #90430D;
}
</style>