#384E48

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

Shades of Corduroy #384E48

Tints of Corduroy #384E48

Color information

#384E48 (or 0x384E48) is unknown color: approx Corduroy. HEX triplet: 38, 4E and 48. RGB value is (56,78,72). Sum of RGB (Red+Green+Blue) = 56+78+72=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #384E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E48 is #C7B1B7. Grayscale: #464646. Windows color (decimal): -13087160 or 4738616. OLE color: 4738616.

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

Color convert

RGB567872-
CMYK0.2800.080.69
HSL163.64º16.42%26.27%-
HSV(B)163.64º28.21%30.59%-
XYZ5.526.767.14-
YUV70.74128.71117.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=27.18%
G=37.86%
B=34.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678720.2800.080.69163.6416.4226.27
Hex384E481C0845a4101a
Octal70116110340101052442032
Binary1110001001110100100011100010001000101101001001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,72); }

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

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

 a { background-color: rgb(56,78,72); }

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

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

 span { border-color: rgb(56,78,72); }

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