Shades of Corduroy #384A45
Tints of Corduroy #384A45
RGB
CMYK
RGB Variations
Color information
#384A45 (or 0x384A45) is known color: Corduroy. HEX triplet: 38, 4A and 45. RGB value is (56,74,69). Sum of RGB (Red+Green+Blue) = 56+74+69=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 74 - color contains mainly: green. Hex color #384A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A45 is #C7B5BA. Grayscale: #444444. Windows color (decimal): -13088187 or 4540984. OLE color: 4540984.
HSL color Cylindrical-coordinate representation of color #384A45: hue angle of 163.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #384A45 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 69 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.71 |
| HSL | 163.33º | 0.14% | 0.25% | - |
| HSV(B) | 163.33º | 0.24% | 0.29% | - |
| XYZ | 5.15 | 6.17 | 6.55 | - |
| YUV | 68.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 69 | 0.24 | 0 | 0.07 | 0.71 | 163.33 | 0.14 | 0.25 |
| Hex | 38 | 4A | 45 | 18 | 0 | 7 | 47 | A3 | E | 19 |
| Octal | 70 | 112 | 105 | 30 | 0 | 7 | 107 | 243 | 16 | 31 |
| Binary | 111000 | 1001010 | 1000101 | 11000 | 0 | 111 | 1000111 | 10100011 | 1110 | 11001 |
Color Harmonies of #384A45
Complementary color
Monochromatic Colors of #384A45
Black with #384A45
Text Example
Text Example
White with #384A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A45; }
p { color: rgb(56,74,69); }
H1.HeaderClassName
{
color: #384A45;
}
.AnyTagClassName
{
color: #384A45;
}
</style>
background-color css
<style>
a { background-color: #384A45; }
a { background-color: rgb(56,74,69); }
div.DivClassName
{
background-color: #384A45;
}
.BgClassName
{
background-color: #384A45;
}
</style>
border-color css
<style>
span { border-color: #384A45; }
span { border-color: rgb(56,74,69); }
td.TdClassName
{
border-color: #384A45;
}
.TagClassName
{
border-color: #384A45;
}
</style>