Shades of Corduroy #384A43
Tints of Corduroy #384A43
RGB
CMYK
RGB Variations
Color information
#384A43 (or 0x384A43) is known color: Corduroy. HEX triplet: 38, 4A and 43. RGB value is (56,74,67). Sum of RGB (Red+Green+Blue) = 56+74+67=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 74 - color contains mainly: green. Hex color #384A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A43 is #C7B5BC. Grayscale: #434343. Windows color (decimal): -13088189 or 4409912. OLE color: 4409912.
HSL color Cylindrical-coordinate representation of color #384A43: hue angle of 156.67º 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 #384A43 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 67 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.71 |
| HSL | 156.67º | 0.14% | 0.25% | - |
| HSV(B) | 156.67º | 0.24% | 0.29% | - |
| XYZ | 5.09 | 6.14 | 6.23 | - |
| YUV | 67.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 67 | 0.24 | 0 | 0.09 | 0.71 | 156.67 | 0.14 | 0.25 |
| Hex | 38 | 4A | 43 | 18 | 0 | 9 | 47 | 9D | E | 19 |
| Octal | 70 | 112 | 103 | 30 | 0 | 11 | 107 | 235 | 16 | 31 |
| Binary | 111000 | 1001010 | 1000011 | 11000 | 0 | 1001 | 1000111 | 10011101 | 1110 | 11001 |
Color Harmonies of #384A43
Complementary color
Monochromatic Colors of #384A43
Black with #384A43
Text Example
Text Example
White with #384A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A43; }
p { color: rgb(56,74,67); }
H1.HeaderClassName
{
color: #384A43;
}
.AnyTagClassName
{
color: #384A43;
}
</style>
background-color css
<style>
a { background-color: #384A43; }
a { background-color: rgb(56,74,67); }
div.DivClassName
{
background-color: #384A43;
}
.BgClassName
{
background-color: #384A43;
}
</style>
border-color css
<style>
span { border-color: #384A43; }
span { border-color: rgb(56,74,67); }
td.TdClassName
{
border-color: #384A43;
}
.TagClassName
{
border-color: #384A43;
}
</style>