#385046

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

Shades of Corduroy #385046

Tints of Corduroy #385046

Color information

#385046 (or 0x385046) is unknown color: approx Corduroy. HEX triplet: 38, 50 and 46. RGB value is (56,80,70). Sum of RGB (Red+Green+Blue) = 56+80+70=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #385046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385046 is #C7AFB9. Grayscale: #474747. Windows color (decimal): -13086650 or 4608056. OLE color: 4608056.

HSL color Cylindrical-coordinate representation of color #385046: hue angle of 155º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385046 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB568070-
CMYK0.3000.120.69
HSL155º17.65%26.67%-
HSV(B)155º30%31.37%-
XYZ5.617.026.85-
YUV71.68127.05116.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=27.18%
G=38.83%
B=33.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680700.3000.120.6915517.6526.67
Hex3850461E0C459b121b
Octal70120106360141052332233
Binary1110001010000100011011110011001000101100110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385046; }

 p { color: rgb(56,80,70); }

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

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

 a { background-color: rgb(56,80,70); }

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

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

 span { border-color: rgb(56,80,70); }

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