Shades of Woody Brown #5C433F
Tints of Woody Brown #5C433F
RGB
CMYK
RGB Variations
Color information
#5C433F (or 0x5C433F) is known color: Woody Brown. HEX triplet: 5C, 43 and 3F. RGB value is (92,67,63). Sum of RGB (Red+Green+Blue) = 92+67+63=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 92 - color contains mainly: red. Hex color #5C433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C433F is #A3BCC0. Grayscale: #4A4A4A. Windows color (decimal): -10730689 or 4146012. OLE color: 4146012.
HSL color Cylindrical-coordinate representation of color #5C433F: hue angle of 8.28º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C433F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 63 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.64 |
| HSL | 8.28º | 0.19% | 0.3% | - |
| HSV(B) | 8.28º | 0.32% | 0.36% | - |
| XYZ | 7.32 | 6.65 | 5.6 | - |
| YUV | 74.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 63 | 0 | 0.27 | 0.32 | 0.64 | 8.28 | 0.19 | 0.3 |
| Hex | 5C | 43 | 3F | 0 | 1B | 20 | 40 | 8 | 13 | 1E |
| Octal | 134 | 103 | 77 | 0 | 33 | 40 | 100 | 10 | 23 | 36 |
| Binary | 1011100 | 1000011 | 111111 | 0 | 11011 | 100000 | 1000000 | 1000 | 10011 | 11110 |
Color Harmonies of #5C433F
Complementary color
Monochromatic Colors of #5C433F
Black with #5C433F
Text Example
Text Example
White with #5C433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C433F; }
p { color: rgb(92,67,63); }
H1.HeaderClassName
{
color: #5C433F;
}
.AnyTagClassName
{
color: #5C433F;
}
</style>
background-color css
<style>
a { background-color: #5C433F; }
a { background-color: rgb(92,67,63); }
div.DivClassName
{
background-color: #5C433F;
}
.BgClassName
{
background-color: #5C433F;
}
</style>
border-color css
<style>
span { border-color: #5C433F; }
span { border-color: rgb(92,67,63); }
td.TdClassName
{
border-color: #5C433F;
}
.TagClassName
{
border-color: #5C433F;
}
</style>