#384F47

Color #384F47 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #384F47

Tints of Corduroy #384F47

Color information

#384F47 (or 0x384F47) is unknown color: approx Corduroy. HEX triplet: 38, 4F and 47. RGB value is (56,79,71). Sum of RGB (Red+Green+Blue) = 56+79+71=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #384F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F47 is #C7B0B8. Grayscale: #474747. Windows color (decimal): -13086905 or 4673336. OLE color: 4673336.

HSL color Cylindrical-coordinate representation of color #384F47: hue angle of 159.13º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #384F47 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB567971-
CMYK0.2900.100.69
HSL159.13º17.04%26.47%-
HSV(B)159.13º29.11%30.98%-
XYZ5.566.897-
YUV71.21127.88117.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=27.18%
G=38.35%
B=34.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679710.2900.100.69159.1317.0426.47
Hex384F471D0A459f111a
Octal70117107350121052372132
Binary1110001001111100011111101010101000101100111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384F47; }

 p { color: rgb(56,79,71); }

 H1.HeaderClassName
 {
   color: #384F47;
 }
 .AnyTagClassName
 {
   color: #384F47;
 }
</style>
background-color css

<style>
 a { background-color: #384F47; }

 a { background-color: rgb(56,79,71); }

 div.DivClassName
 {
   background-color: #384F47;
 }
 .BgClassName
 {
   background-color: #384F47;
 }
</style>
border-color css

<style>
 span { border-color: #384F47; }

 span { border-color: rgb(56,79,71); }

 td.TdClassName
 {
   border-color: #384F47;
 }
 .TagClassName
 {
   border-color: #384F47;
 }
</style>