Shades of Woody Brown #504343
Tints of Woody Brown #504343
RGB
CMYK
RGB Variations
Color information
#504343 (or 0x504343) is known color: Woody Brown. HEX triplet: 50, 43 and 43. RGB value is (80,67,67). Sum of RGB (Red+Green+Blue) = 80+67+67=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #504343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504343 is #AFBCBC. Grayscale: #464646. Windows color (decimal): -11517117 or 4408144. OLE color: 4408144.
HSL color Cylindrical-coordinate representation of color #504343: hue angle of 0º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504343 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 67 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.69 |
| HSL | 0º | 0.09% | 0.29% | - |
| HSV(B) | 0º | 0.16% | 0.31% | - |
| XYZ | 6.33 | 6.13 | 6.16 | - |
| YUV | 70.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 67 | 0 | 0.16 | 0.16 | 0.69 | 0 | 0.09 | 0.29 |
| Hex | 50 | 43 | 43 | 0 | 10 | 10 | 45 | 0 | 9 | 1D |
| Octal | 120 | 103 | 103 | 0 | 20 | 20 | 105 | 0 | 11 | 35 |
| Binary | 1010000 | 1000011 | 1000011 | 0 | 10000 | 10000 | 1000101 | 0 | 1001 | 11101 |
Color Harmonies of #504343
Complementary color
Monochromatic Colors of #504343
Black with #504343
Text Example
Text Example
White with #504343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504343; }
p { color: rgb(80,67,67); }
H1.HeaderClassName
{
color: #504343;
}
.AnyTagClassName
{
color: #504343;
}
</style>
background-color css
<style>
a { background-color: #504343; }
a { background-color: rgb(80,67,67); }
div.DivClassName
{
background-color: #504343;
}
.BgClassName
{
background-color: #504343;
}
</style>
border-color css
<style>
span { border-color: #504343; }
span { border-color: rgb(80,67,67); }
td.TdClassName
{
border-color: #504343;
}
.TagClassName
{
border-color: #504343;
}
</style>