Shades of Cork #5D483D
Tints of Cork #5D483D
RGB
CMYK
RGB Variations
Color information
#5D483D (or 0x5D483D) is known color: Cork. HEX triplet: 5D, 48 and 3D. RGB value is (93,72,61). Sum of RGB (Red+Green+Blue) = 93+72+61=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 93 - color contains mainly: red. Hex color #5D483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D483D is #A2B7C2. Grayscale: #4D4D4D. Windows color (decimal): -10663875 or 4016221. OLE color: 4016221.
HSL color Cylindrical-coordinate representation of color #5D483D: hue angle of 20.62º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D483D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 61 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.64 |
| HSL | 20.63º | 0.21% | 0.3% | - |
| HSV(B) | 20.63º | 0.34% | 0.36% | - |
| XYZ | 7.67 | 7.3 | 5.42 | - |
| YUV | 77.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 61 | 0 | 0.23 | 0.34 | 0.64 | 20.63 | 0.21 | 0.3 |
| Hex | 5D | 48 | 3D | 0 | 17 | 22 | 40 | 15 | 15 | 1E |
| Octal | 135 | 110 | 75 | 0 | 27 | 42 | 100 | 25 | 25 | 36 |
| Binary | 1011101 | 1001000 | 111101 | 0 | 10111 | 100010 | 1000000 | 10101 | 10101 | 11110 |
Color Harmonies of #5D483D
Complementary color
Monochromatic Colors of #5D483D
Black with #5D483D
Text Example
Text Example
White with #5D483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D483D; }
p { color: rgb(93,72,61); }
H1.HeaderClassName
{
color: #5D483D;
}
.AnyTagClassName
{
color: #5D483D;
}
</style>
background-color css
<style>
a { background-color: #5D483D; }
a { background-color: rgb(93,72,61); }
div.DivClassName
{
background-color: #5D483D;
}
.BgClassName
{
background-color: #5D483D;
}
</style>
border-color css
<style>
span { border-color: #5D483D; }
span { border-color: rgb(93,72,61); }
td.TdClassName
{
border-color: #5D483D;
}
.TagClassName
{
border-color: #5D483D;
}
</style>