#384B44

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

Shades of Corduroy #384B44

Tints of Corduroy #384B44

Color information

#384B44 (or 0x384B44) is unknown color: approx Corduroy. HEX triplet: 38, 4B and 44. RGB value is (56,75,68). Sum of RGB (Red+Green+Blue) = 56+75+68=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 75 - color contains mainly: green. Hex color #384B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B44 is #C7B4BB. Grayscale: #444444. Windows color (decimal): -13087932 or 4475704. OLE color: 4475704.

HSL color Cylindrical-coordinate representation of color #384B44: hue angle of 157.89º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B44 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB567568-
CMYK0.2500.090.71
HSL157.89º14.5%25.69%-
HSV(B)157.89º25.33%29.41%-
XYZ5.196.296.41-
YUV68.52127.71119.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=28.14%
G=37.69%
B=34.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675680.2500.090.71157.8914.525.69
Hex384B441909479ef1a
Octal70113104310111072361732
Binary111000100101110001001100101001100011110011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,75,68); }

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

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

 a { background-color: rgb(56,75,68); }

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

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

 span { border-color: rgb(56,75,68); }

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