Shades of Saddle Brown #88430C
Tints of Saddle Brown #88430C
RGB
CMYK
RGB Variations
Color information
#88430C (or 0x88430C) is known color: Saddle Brown. HEX triplet: 88, 43 and 0C. RGB value is (136,67,12). Sum of RGB (Red+Green+Blue) = 136+67+12=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88430C is #77BCF3. Grayscale: #515151. Windows color (decimal): -7847156 or 803720. OLE color: 803720.
HSL color Cylindrical-coordinate representation of color #88430C: hue angle of 26.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88430C is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 12 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.47 |
| HSL | 26.61º | 0.84% | 0.29% | - |
| HSV(B) | 26.61º | 0.91% | 0.53% | - |
| XYZ | 12.23 | 9.28 | 1.49 | - |
| YUV | 81.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 12 | 0 | 0.51 | 0.91 | 0.47 | 26.61 | 0.84 | 0.29 |
| Hex | 88 | 43 | C | 0 | 33 | 5B | 2F | 1B | 54 | 1D |
| Octal | 210 | 103 | 14 | 0 | 63 | 133 | 57 | 33 | 124 | 35 |
| Binary | 10001000 | 1000011 | 1100 | 0 | 110011 | 1011011 | 101111 | 11011 | 1010100 | 11101 |
Color Harmonies of #88430C
Complementary color
Monochromatic Colors of #88430C
Black with #88430C
Text Example
Text Example
White with #88430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88430C; }
p { color: rgb(136,67,12); }
H1.HeaderClassName
{
color: #88430C;
}
.AnyTagClassName
{
color: #88430C;
}
</style>
background-color css
<style>
a { background-color: #88430C; }
a { background-color: rgb(136,67,12); }
div.DivClassName
{
background-color: #88430C;
}
.BgClassName
{
background-color: #88430C;
}
</style>
border-color css
<style>
span { border-color: #88430C; }
span { border-color: rgb(136,67,12); }
td.TdClassName
{
border-color: #88430C;
}
.TagClassName
{
border-color: #88430C;
}
</style>