#384743

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

Shades of Corduroy #384743

Tints of Corduroy #384743

Color information

#384743 (or 0x384743) is unknown color: approx Corduroy. HEX triplet: 38, 47 and 43. RGB value is (56,71,67). Sum of RGB (Red+Green+Blue) = 56+71+67=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #384743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384743 is #C7B8BC. Grayscale: #424242. Windows color (decimal): -13088957 or 4409144. OLE color: 4409144.

HSL color Cylindrical-coordinate representation of color #384743: hue angle of 164º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #384743 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB567167-
CMYK0.2100.060.72
HSL164º11.81%24.9%-
HSV(B)164º21.13%27.84%-
XYZ4.95.756.16-
YUV66.06128.53120.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=28.87%
G=36.60%
B=34.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671670.2100.060.7216411.8124.9
Hex384743150648a4c19
Octal7010710325061102441431
Binary11100010001111000011101010110100100010100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384743; }

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

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

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

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

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

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

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

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