#394844

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

Shades of Corduroy #394844

Tints of Corduroy #394844

Color information

#394844 (or 0x394844) is unknown color: approx Corduroy. HEX triplet: 39, 48 and 44. RGB value is (57,72,68). Sum of RGB (Red+Green+Blue) = 57+72+68=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #394844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394844 is #C6B7BB. Grayscale: #434343. Windows color (decimal): -13023164 or 4474937. OLE color: 4474937.

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

Color convert

RGB577268-
CMYK0.2100.060.72
HSL164º11.63%25.29%-
HSV(B)164º20.83%28.24%-
XYZ5.055.926.35-
YUV67.06128.53120.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=28.93%
G=36.55%
B=34.52%

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
Decimal5772680.2100.060.7216411.6325.29
Hex394844150648a4c19
Octal7111010425061102441431
Binary11100110010001000100101010110100100010100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394844; }

 p { color: rgb(57,72,68); }

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

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

 a { background-color: rgb(57,72,68); }

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

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

 span { border-color: rgb(57,72,68); }

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