#394843

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

Shades of Corduroy #394843

Tints of Corduroy #394843

Color information

#394843 (or 0x394843) is unknown color: approx Corduroy. HEX triplet: 39, 48 and 43. RGB value is (57,72,67). Sum of RGB (Red+Green+Blue) = 57+72+67=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #394843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394843 is #C6B7BC. Grayscale: #424242. Windows color (decimal): -13023165 or 4409401. OLE color: 4409401.

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

Color convert

RGB577267-
CMYK0.2100.070.72
HSL160º11.63%25.29%-
HSV(B)160º20.83%28.24%-
XYZ5.025.916.19-
YUV66.94128.03120.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=29.08%
G=36.73%
B=34.18%

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
Decimal5772670.2100.070.7216011.6325.29
Hex394843150748a0c19
Octal7111010325071102401431
Binary11100110010001000011101010111100100010100000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394843; }

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

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

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

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

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

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

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

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