#384742

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

Shades of Corduroy #384742

Tints of Corduroy #384742

Color information

#384742 (or 0x384742) is unknown color: approx Corduroy. HEX triplet: 38, 47 and 42. RGB value is (56,71,66). Sum of RGB (Red+Green+Blue) = 56+71+66=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #384742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384742 is #C7B8BD. Grayscale: #414141. Windows color (decimal): -13088958 or 4343608. OLE color: 4343608.

HSL color Cylindrical-coordinate representation of color #384742: hue angle of 160º 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 #384742 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB567166-
CMYK0.2100.070.72
HSL160º11.81%24.9%-
HSV(B)160º21.13%27.84%-
XYZ4.875.746.01-
YUV65.94128.03120.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=29.02%
G=36.79%
B=34.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671660.2100.070.7216011.8124.9
Hex384742150748a0c19
Octal7010710225071102401431
Binary11100010001111000010101010111100100010100000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384742; }

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

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

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

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

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

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

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

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