#384A43

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

Shades of Corduroy #384A43

Tints of Corduroy #384A43

Color information

#384A43 (or 0x384A43) is unknown color: approx 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

RGB567467-
CMYK0.2400.090.71
HSL156.67º13.85%25.49%-
HSV(B)156.67º24.32%29.02%-
XYZ5.096.146.23-
YUV67.82127.54119.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=28.43%
G=37.56%
B=34.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5674670.2400.090.71156.6713.8525.49
Hex384A431809479de19
Octal70112103300111072351631
Binary111000100101010000111100001001100011110011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>